We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29cf730 + 6246c4a commit 81ef1bdCopy full SHA for 81ef1bd
1 file changed
.github/workflows/nuget-publish.yml
@@ -85,3 +85,11 @@ jobs:
85
git config user.email "github-actions[bot]@users.noreply.github.com"
86
git tag v${{ steps.version.outputs.version }}
87
git push origin v${{ steps.version.outputs.version }}
88
+
89
+ - name: Create GitHub Release
90
+ uses: softprops/action-gh-release@v2
91
+ with:
92
+ tag_name: v${{ steps.version.outputs.version }}
93
+ name: v${{ steps.version.outputs.version }}
94
+ files: ./nupkg/*.nupkg
95
+ generate_release_notes: true
0 commit comments