Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronimizy committed Apr 3, 2024
1 parent 79008a3 commit 1449d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-dotnet@v1
if: steps.cache-tests.outputs.cache-hit != 'true'
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Cache nuget packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.203
dotnet-version: 8.0.x

- name: Create cache keys
id: create-cache-keys
Expand Down

0 comments on commit 1449d9d

Please sign in to comment.