Skip to content

Commit

Permalink
Feature/net 6 (#28)
Browse files Browse the repository at this point in the history
* Fixed workflow, no code changes
  • Loading branch information
MrZoidberg authored Jul 26, 2022
1 parent 09d178e commit 845e22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
lfs: true
fetch-depth: 0
- name: 'Git Fetch Tags'
run: git fetch --tags
shell: pwsh
- name: 'Install .NET Core SDK'
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.x
dotnet-version: '6.0.x'
- name: 'Dotnet Tool Restore'
run: dotnet tool restore
shell: pwsh
Expand Down

0 comments on commit 845e22a

Please sign in to comment.