Skip to content

Commit e886538

Browse files
committed
Fix title generation in CI publisher
1 parent 1921f20 commit e886538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: taiki-e/install-action@parse-changelog
3232
- name: Create GitHub release
3333
if: steps.needs-update.outputs.UPDATE == 'true'
34-
run: gh release create "v${{ steps.local-version.outputs.VERSION }}" -n "$(parse-changelog CHANGELOG.md "${{ steps.local-version.outputs.VERSION }}")"
34+
run: gh release create "v${{ steps.local-version.outputs.VERSION }}" -t "v${{ steps.local-version.outputs.VERSION }}" -n "$(parse-changelog CHANGELOG.md "${{ steps.local-version.outputs.VERSION }}")"
3535
env:
3636
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3737
- name: Publish to crates.io

0 commit comments

Comments
 (0)