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 bc47917 commit 45a0484Copy full SHA for 45a0484
.github/workflows/ci.yml
@@ -69,3 +69,6 @@ jobs:
69
files: artifacts/nupkg/*
70
env:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
+
73
+ - name: Publish to NuGet Gallery
74
+ run: dotnet nuget push artifacts/nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments