We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c72a8 commit f4138b9Copy full SHA for f4138b9
.github/workflows/publish.yml
@@ -38,4 +38,4 @@ jobs:
38
token: ${{ secrets.GITHUB_TOKEN }}
39
generateReleaseNotes: true
40
- name: Push packages
41
- run: dotnet nuget push packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_KEY}
+ run: dotnet nuget push packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}
0 commit comments