Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0n00ps authored Jan 30, 2025
1 parent b4d7d94 commit 74c5e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup dotnet 7.x
- name: Setup dotnet 8.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
dotnet-version: 8.x

- name: Display dotnet version
run: dotnet --version
Expand Down

0 comments on commit 74c5e7a

Please sign in to comment.