Skip to content

Commit

Permalink
api-key in dotnet nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio1192 committed Mar 17, 2022
1 parent b7bca6c commit 9c62244
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 @@ -27,6 +27,5 @@ jobs:
uses: NuGet/[email protected]
with:
nuget-version: latest
nuget-api-key: ${{secrets.NUGET_API_KEY}}
- name: Nuget push
run: dotnet nuget push ./artifacts/*.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push ./artifacts/*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 9c62244

Please sign in to comment.