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 --source https://api.nuget.org/v3/index.json
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
2626 env :
2727 NUGET_AUTH_TOKEN : ${{ secrets.NUGET_API_KEY }}
2828
4444 - name : Push generated package to GitHub registry
4545 run : |
4646 cd out
47- dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
47+ 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
4848 env :
4949 NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments