Skip to content

Commit

Permalink
Revert "Minor fix of how the package is selected"
Browse files Browse the repository at this point in the history
This reverts commit f9ea33f.
  • Loading branch information
zvonimir committed Jul 9, 2021
1 parent f9ea33f commit e14bdc4
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.$VERSION.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
dotnet nuget push "source/Corral/bin/Release/Corral*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit e14bdc4

Please sign in to comment.