We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ff848 commit 1376c02Copy full SHA for 1376c02
.github/workflows/create-gh-release.yml
@@ -44,6 +44,7 @@ jobs:
44
RELEASE_TAG: ${{ github.ref_name }}
45
run: |
46
processed_body=$(cat release_notes.txt | perl -0777 -pe 's/\n*### (\S+) (.+?)\n+/\n### `\1` \2\n/g')
47
+ processed_body="${processed_body#$'\n'}"
48
final_content=$(printf "%s\n%s" "-# Read the [GitHub release](<${RELEASE_URL}>)." "$processed_body")
49
jq -n \
50
--arg content "$final_content" \
0 commit comments