Skip to content

Commit ff422ba

Browse files
committed
Replace release workflow with latest
1 parent dd1b97e commit ff422ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
TAG: ${{ github.ref_name }}
6363
run: |
6464
gh release create "$TAG" \
65-
--title "Release $TAG" \
65+
--title "$TAG" \
6666
--notes "${{ steps.get_release_notes.outputs.notes }}" \
6767
--draft=false \
6868
--prerelease="${{ contains(github.ref, '-rc') }}"

0 commit comments

Comments
 (0)