File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
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
26- env :
27- NUGET_AUTH_TOKEN : ${{ secrets.NUGET_API_KEY }}
25+ dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
2826
2927 publish-git :
3028 runs-on : windows-latest
4442 - name : Push generated package to GitHub registry
4543 run : |
4644 cd out
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
48- env :
49- NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ dotnet nuget push "contentstack.management.csharp.*.nupkg" --api-key ${{ secrets.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