Skip to content

Commit 2c56162

Browse files
committed
CI: update the release workflow
1 parent 7525205 commit 2c56162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Create the release
4343
run: |
44-
gh release create "${GITHUB_REF_NAME}" --fail-on-no-commits --notes-from-tag --verify-tag \
44+
gh release create "${GITHUB_REF_NAME}" --fail-on-no-commits --generate-notes --verify-tag \
4545
--draft # FIXME
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)