Skip to content

Commit 5304d9b

Browse files
committed
[publish] Actually include nuget api key
1 parent d0ba6b4 commit 5304d9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
path: Fmod5Sharp/bin/Release/*.nupkg
2828
- name: Upload to NuGet
2929
if: contains(github.event.head_commit.message, '[publish]') == true
30+
env:
31+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3032
run: dotnet nuget push ./Fmod5Sharp/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY

0 commit comments

Comments
 (0)