Skip to content

Commit 49efe26

Browse files
committed
wip: fix release notes extraction
1 parent cc46f2d commit 49efe26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/create_release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ jobs:
3535
echo "Asset URL: $ASSET_URL"
3636
echo "RLS Body: $RLS_BODY"
3737
38+
# Use a delimiter to preserve newlines in rls_body
39+
echo "rls_body<<EOF" >> $GITHUB_ENV
40+
echo "$RLS_BODY" >> $GITHUB_ENV
41+
echo "EOF" >> $GITHUB_ENV
42+
3843
echo "tag_name=$TAG_NAME" >> $GITHUB_ENV
3944
echo "asset_url=$ASSET_URL" >> $GITHUB_ENV
40-
echo "rls_body=$RLS_BODY" >> $GITHUB_ENV
4145
4246
# Compare with the last processed version
4347
- name: Compare Release Version

0 commit comments

Comments
 (0)