We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2b09 commit a25e8adCopy full SHA for a25e8ad
.github/workflows/createRelease.yaml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
tag_name: "v${{ env.version }}"
42
release_name: "${{ env.version }}"
43
+ body: "Release for version ${{ env.version }}"
44
draft: false
45
prerelease: false
46
env:
0 commit comments