Skip to content

Commit eab68c4

Browse files
committed
IBX-10352: Escape output printed in GitHub Actions
1 parent 8d7a90e commit eab68c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
previousTag: ${{ steps.prevrelease.outputs.previousTag }}
3232

3333
- name: Print the changelog
34-
run: echo "${{ steps.changelog.outputs.changelog }}"
34+
run: echo "$CHANGELOG"
35+
env:
36+
CHANGELOG: ${{ steps.changelog.outputs.changelog }}
3537

3638
- name: Create Release
3739
id: create_release

0 commit comments

Comments
 (0)