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 cb67313 commit f047963Copy full SHA for f047963
.github/workflows/dotnet.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet nuget push ./artifacts/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/top-gg/index.json --skip-duplicate
31
if: github.ref == 'refs/heads/master'
32
- name: Push to Nuget
33
- run: dotnet nuget push ./artifacts/*.nupkg --skip-duplicate
+ run: dotnet nuget push ./artifacts/*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json --skip-duplicate
34
35
env:
36
DOTNET_NOLOGO: true
0 commit comments