Skip to content

Commit 54d8c32

Browse files
committed
ci: update config
1 parent 8f182df commit 54d8c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
branch: main
2525
- name: Create release Version
26-
run: gh release create ${{ steps.cz.outputs.version }} -F CHANGELOG.md
26+
run: gh release create ${{ steps.cz.outputs.version }} --generate-notes
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)