Skip to content

Commit cf09917

Browse files
authored
Fix multi-line issue (#422)
1 parent 7311003 commit cf09917

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@ jobs:
128128
yarn changeset version --snapshot $RELEASE_TAG
129129
yarn nx run-many --target=build
130130
yarn changeset publish --tag alpha --no-git-tag >> snapshot_response
131-
echo "snapshot_response=$(cat snapshot_response)" >> "$GITHUB_OUTPUT"
131+
{
132+
echo "snapshot_response<<EOF"
133+
cat snapshot_response
134+
echo "EOF"
135+
} >> "$GITHUB_OUTPUT"
132136
env:
133137
GITHUB_TOKEN: ${{ env.github-token }}
134138
RELEASE_TAG: ${{ env.snapshot-release-tag }}

0 commit comments

Comments
 (0)