Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoporro authored Dec 9, 2024
1 parent 2dd82e7 commit 63ac015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x.x' # You can adjust the version if needed
dotnet-version: '9.x.x' # You can adjust the version if needed

- name: Build
run: |
Expand All @@ -35,4 +35,4 @@ jobs:
done
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 63ac015

Please sign in to comment.