Skip to content

Commit

Permalink
Update PublishToNuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanimul Haque Khan authored Aug 23, 2021
1 parent c739f7d commit db80d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishToNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${{ steps.get_version.outputs.version-without-v }}
- name: Push with dotnet
run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json


0 comments on commit db80d16

Please sign in to comment.