Skip to content

Commit cb3e404

Browse files
committed
Don't generate release notes
1 parent 80b6bae commit cb3e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Create Release
4444
run: |
45-
gh release create ${VERSION} --title "Release ${VERSION}" --generate-notes
45+
gh release create ${VERSION} --title "Release ${VERSION}" --notes "Release ${VERSION}"
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

0 commit comments

Comments
 (0)