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 0da76bd commit 7f315daCopy full SHA for 7f315da
1 file changed
.github/workflows/build.yml
@@ -78,8 +78,9 @@ jobs:
78
79
- name: Authenticate to NuGet.org with OIDC
80
uses: NuGet/login@v1
81
+ id: login
82
with:
83
user: khellang
84
85
- name: Push to NuGet.org
- run: dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
86
+ run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments