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 bb6cfc9 commit 351befe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ 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 -fuckyou true
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push SteamCMD.ConPTY\bin\Release\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 351befe

Please sign in to comment.