Skip to content

Commit 52bb0a7

Browse files
authored
Merge branch 'master' into test-release
2 parents af9076a + cf09917 commit 52bb0a7

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 "handle=$(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)