Skip to content

Commit d262a6f

Browse files
author
AlexD
committed
added NUGET_AUTH_TOKEN env for push command
1 parent eaf559d commit d262a6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828

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

0 commit comments

Comments
 (0)