Skip to content

Commit

Permalink
Minor fix of how the package is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimir committed Jul 9, 2021
1 parent 134e7c8 commit f9ea33f
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 @@ -35,4 +35,4 @@ jobs:
dotnet pack -p:Version=$VERSION --no-build -c Release ${SOLUTION}
- name: Deploy to nuget
run:
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 comments on commit f9ea33f

Please sign in to comment.