Skip to content

Commit 6c9d520

Browse files
committed
make master workflow deploy package to nuget.org
1 parent d75c4c7 commit 6c9d520

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ jobs:
3333
with:
3434
name: nupkg
3535
path: nupkg
36+
- name: Publish Nuget to GitHub registry
37+
run: dotnet nuget push ./nupkg/*.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_API_KEY}
38+
env:
39+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)