Skip to content

Commit

Permalink
ci: add tag body (#8394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone authored Sep 18, 2024
1 parent 480ac05 commit 0e5bba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
commit: master
tag: '${{ env.BLOCKSUITE_RELEASE_TAG }}'
body: 'Please refer to [CHANGELOG.md](https://github.com/toeverything/blocksuite/blob/${{ env.BLOCKSUITE_RELEASE_TAG }}/packages/blocks/CHANGELOG.md) for details.'
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

Expand Down

0 comments on commit 0e5bba1

Please sign in to comment.