Skip to content

Commit

Permalink
Update version number variable
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Dec 13, 2024
1 parent e4a11b7 commit 838761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Deploy to NuGet
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: |
dotnet pack -c Release /p:Version=${{ steps.gitversion.outputs.nuGetVersionV2}} -o "nuget"
dotnet pack -c Release /p:Version=${{ steps.gitversion.outputs.SemVer}} -o "nuget"
dotnet nuget push nuget/*.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
- name: Extract release notes
Expand Down

0 comments on commit 838761a

Please sign in to comment.