Skip to content

Commit

Permalink
Correct secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Apr 5, 2021
1 parent 095f5a0 commit 505e63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- run: dir -recurse

- name: push
run: nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secret.NUGET_API_KEY }}
run: nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}

0 comments on commit 505e63d

Please sign in to comment.