Skip to content

Commit

Permalink
Update github workflow dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Feb 1, 2024
1 parent 66fe7e7 commit 25492f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Run workshop bundler
run: ./release_bundler.sh
Expand Down

0 comments on commit 25492f0

Please sign in to comment.