We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134e7c8 commit f9ea33fCopy full SHA for f9ea33f
.github/workflows/release.yml
@@ -35,4 +35,4 @@ jobs:
35
dotnet pack -p:Version=$VERSION --no-build -c Release ${SOLUTION}
36
- name: Deploy to nuget
37
run:
38
- dotnet nuget push "source/Corral/bin/Release/Corral*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push "source/Corral/bin/Release/Corral.$VERSION.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments