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 0e8693e commit 73dde62Copy full SHA for 73dde62
1 file changed
.github/workflows/release.yml
@@ -162,7 +162,7 @@ jobs:
162
run: dotnet nuget add source https://nuget.pkg.github.com/apache/index.json --name github.com --username apache --password $env:GITHUB_TOKEN
163
164
- name: Push packages to github.com
165
- run: dotnet nuget push .\packages\*.nupkg -s github.com --skip-duplicate;
+ run: dotnet nuget push .\packages\*.nupkg -s github.com -k $env:GITHUB_TOKEN --skip-duplicate --timeout 600;
166
167
- name: Push packages to nuget.org
168
run: dotnet nuget push .\packages\*.nupkg -s nuget.org -k $env:NUGET_API_TOKEN --skip-duplicate
0 commit comments