Skip to content

Commit

Permalink
Change dotnet version in nuget.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
yawaflua committed Mar 7, 2024
1 parent 9f29952 commit 559ec1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x.x'
dotnet-version: '8.x.x'
- name: Set output
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 559ec1a

Please sign in to comment.