We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb2c00 commit 8aca28dCopy full SHA for 8aca28d
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Create release body
23
id: create_release_body
24
run: |
25
- RELEASEVERSION="[${{ '[' + github.ref_name.slice(1) + ']' }}]"
+ RELEASEVERSION="[${{ github.ref_name.slice(1) }}]"
26
echo "Version: $RELEASEVERSION"
27
RELEASEBODY=$(awk -v ver="$RELEASEVERSION" '/^## / { if (p) { exit }; if ($2 == ver) { p=1; next } } p && NF' CHANGELOG.md)
28
{
0 commit comments