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.
dotnet nuget push
1 parent 787ae1d commit 73642ecCopy full SHA for 73642ec
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed/index.json --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
69
shell: pwsh
70
- name: 'Dotnet NuGet Push'
71
- run: dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate
+ run: dotnet nuget push .\windows-latest\*.nupkg --api-key ${{ github.token }} --source GitHub --skip-duplicate
72
73
74
push-nuget:
0 commit comments