We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921f20 commit e886538Copy full SHA for e886538
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: taiki-e/install-action@parse-changelog
32
- name: Create GitHub release
33
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 }}")"
+ 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 }}")"
35
env:
36
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
37
- name: Publish to crates.io
0 commit comments