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 f12eaa4 commit 2e68260Copy full SHA for 2e68260
.github/workflows/nugetGallery.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Push generated package to NuGet gallery
25
run: |
26
cd src\netstandard
27
- nuget push .\out\*.nupkg -Source "NuGet Gallery" -SkipDuplicate -k ${{ secrets.NUGET_TOKEN }}
+ nuget push .\out\*.nupkg -Source "NuGet Gallery" -SkipDuplicate -ApiKey ${{ secrets.NUGET_TOKEN }}
28
29
- name: Add private GitHub registry to NuGet
30
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