Skip to content

Commit

Permalink
Update dotnet-publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jul 10, 2021
1 parent 04b76b3 commit bb6cfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: dotnet build SteamCMD.ConPTY -c Release

- name: Publish the package to nuget.org
run: dotnet nuget push SteamCMD.ConPTY\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN -fuck
run: dotnet nuget push SteamCMD.ConPTY\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN -fuckyou true
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit bb6cfc9

Please sign in to comment.