Skip to content

Commit

Permalink
Add nuget push --source to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Mar 12, 2023
1 parent 443d5b4 commit 271d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
body_path: ${{ github.workspace }}/.github/changelogs/${{ github.ref_name }}.md
files: libNOM.map.*nupkg
- name: Publish
run: dotnet nuget push ./libNOM.map.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push ./libNOM.map.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit 271d926

Please sign in to comment.