Skip to content

Commit c42f76c

Browse files
committed
Remove untrusted input
1 parent c93c74f commit c42f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
tag_name: v${{ env.THIS_VERSION }}
4444
release_name: Release v${{ env.THIS_VERSION }}
4545
body: |-
46-
`${{ github.event.head_commit.message }}`
46+
See the commits for a list of features included in this release
4747
draft: false
4848
prerelease: false

0 commit comments

Comments
 (0)