Skip to content

Commit

Permalink
[publish] Actually include nuget api key
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Jul 22, 2022
1 parent d0ba6b4 commit 5304d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
path: Fmod5Sharp/bin/Release/*.nupkg
- name: Upload to NuGet
if: contains(github.event.head_commit.message, '[publish]') == true
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push ./Fmod5Sharp/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY

0 comments on commit 5304d9b

Please sign in to comment.