Skip to content

Commit 898ec89

Browse files
committed
rename key
1 parent 26b60df commit 898ec89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
# TODO: Test this
302302
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
303303
env:
304-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
304+
NUGET_ORG_API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}
305305
shell: pwsh
306306
run: |
307-
dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:NUGET_API_KEY" --source 'nuget.org'
307+
dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:NUGET_ORG_API_KEY" --source 'nuget.org'

0 commit comments

Comments
 (0)