Skip to content

Commit 137a72a

Browse files
authored
ci: automate gh release 🐙 (#61)
* ci: update version of gh actions * ci: Extend gh release configuration
1 parent 6147de0 commit 137a72a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
run: >-
9191
gh release upload
9292
'${{ github.ref_name }}' dist/**
93+
--title 'v${{ github.ref_name }}'
94+
--generate-notes
9395
--repo '${{ github.repository }}'
9496
9597
publish-to-testpypi:

0 commit comments

Comments
 (0)