File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 - name : Push generated package to GitHub registry
2323 run : |
2424 cd out
25- dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
25+ dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_API_KEY --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
2626
2727 publish-git :
2828 runs-on : windows-latest
4242 - name : Push generated package to GitHub registry
4343 run : |
4444 cd out
45- dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
45+ dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_API_KEY --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments