Skip to content

Commit f2bf572

Browse files
committed
Fix GitHub release action.
Release name should be blank, but this parameter is documented as non-optional. Forgot to set the executable flag on the release description script.
1 parent a44b8fe commit f2bf572

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
25-
release_name: Release ${{ github.ref }}
25+
release_name: ''
2626
body_path: release_body.md
2727
draft: true
2828
prerelease: false

scripts/get_release_description.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)