Skip to content

Commit f047963

Browse files
authored
Update dotnet.yml
1 parent cb67313 commit f047963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet nuget push ./artifacts/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/top-gg/index.json --skip-duplicate
3131
if: github.ref == 'refs/heads/master'
3232
- name: Push to Nuget
33-
run: dotnet nuget push ./artifacts/*.nupkg --skip-duplicate
33+
run: dotnet nuget push ./artifacts/*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json --skip-duplicate
3434

3535
env:
3636
DOTNET_NOLOGO: true

0 commit comments

Comments
 (0)