We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75c4c7 commit 6c9d520Copy full SHA for 6c9d520
.github/workflows/master.yml
@@ -33,3 +33,7 @@ jobs:
33
with:
34
name: nupkg
35
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