Skip to content

Commit 4e40fa8

Browse files
author
AlexD
committed
changed to --api-key
1 parent d262a6f commit 4e40fa8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ jobs:
2727
run: dotnet pack src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj -c Release -o out -p:PackageVersion=1.0.$GITHUB_RUN_ID
2828

2929
- name: Push generated package to GitHub Packages registry
30-
run: dotnet nuget push out/*.nupkg --skip-duplicate --no-symbols true
31-
env:
32-
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
33-
30+
run: dotnet nuget push out/*.nupkg --skip-duplicate --no-symbols true --api-key ${{secrets.GITHUB_TOKEN}}
31+

0 commit comments

Comments
 (0)