Skip to content

Commit

Permalink
Fix publish job SDK version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Nov 1, 2022
1 parent e446431 commit 1e32d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit 1e32d1c

Please sign in to comment.