Skip to content

Commit 2e68260

Browse files
committed
Trying to fix NuGet push
1 parent f12eaa4 commit 2e68260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nugetGallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Push generated package to NuGet gallery
2525
run: |
2626
cd src\netstandard
27-
nuget push .\out\*.nupkg -Source "NuGet Gallery" -SkipDuplicate -k ${{ secrets.NUGET_TOKEN }}
27+
nuget push .\out\*.nupkg -Source "NuGet Gallery" -SkipDuplicate -ApiKey ${{ secrets.NUGET_TOKEN }}
2828
2929
- name: Add private GitHub registry to NuGet
3030
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/Code-Sharp/index.json -Username Code-Sharp -Password ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)