Skip to content

Commit 81ef1bd

Browse files
authored
Merge pull request #9 from actbit/feature/nuget
[fix] release
2 parents 29cf730 + 6246c4a commit 81ef1bd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@ jobs:
8585
git config user.email "github-actions[bot]@users.noreply.github.com"
8686
git tag v${{ steps.version.outputs.version }}
8787
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

Comments
 (0)