Skip to content

Commit 71d0b6e

Browse files
committed
fix workflow
1 parent de10a38 commit 71d0b6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ permissions:
2828

2929
jobs:
3030
release:
31+
name: Create Release for ${{ github.ref_name || github.event.inputs.tag }}
3132
runs-on: ubuntu-latest
3233
steps:
3334
- name: Checkout code
@@ -62,7 +63,7 @@ jobs:
6263
"${{ steps.build_changelog.outputs.changelog }}" \
6364
"${{ env.additional_notes }}")
6465
gh release create "$tag" \
65-
--title "Release $tag" \
66+
--title "$tag" \
6667
--notes "$release_notes" \
6768
--draft=${{ env.draft }} \
6869
--prerelease=${{ env.prerelease }}

0 commit comments

Comments
 (0)