Skip to content

Commit

Permalink
source in dotnet nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio1192 committed Mar 17, 2022
1 parent 22a2097 commit b7bca6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
with:
nuget-version: latest
nuget-api-key: ${{secrets.NUGET_API_KEY}}
nuget-api-key-source: https://api.nuget.org/v3/index.json
- name: Nuget push
run: dotnet nuget push ./artifacts/*.nupkg --skip-duplicate
run: dotnet nuget push ./artifacts/*.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit b7bca6c

Please sign in to comment.