We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3cde8 commit 6f30e77Copy full SHA for 6f30e77
1 file changed
.github/workflows/build-and-pack.yml
@@ -44,3 +44,7 @@ jobs:
44
**/*.nupkg
45
**/*.snupkg
46
generate_release_notes: true
47
+
48
+ - name: Publish to NuGet
49
+ if: startsWith(github.ref, 'refs/tags/')
50
+ run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.nuget || vars.nuget }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments