Skip to content

Commit 6f820dd

Browse files
chore: add body to draft release
1 parent 537a67d commit 6f820dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_and_publish_vsix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
tag_name: "v${{ steps.get_version.outputs.version }}"
4545
name: "v${{ steps.get_version.outputs.version }}"
4646
draft: true
47+
body: "Postgrestools Extension version v${{ steps.get_version.outputs.version }} has been released! 🚀"
4748
files: "${{ steps.find_vsix.outputs.vsix_file }}"
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)