We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9076a + cf09917 commit 52bb0a7Copy full SHA for 52bb0a7
1 file changed
.github/workflows/release.yml
@@ -128,7 +128,11 @@ jobs:
128
yarn changeset version --snapshot $RELEASE_TAG
129
yarn nx run-many --target=build
130
yarn changeset publish --tag alpha --no-git-tag >> snapshot_response
131
- echo "handle=$(cat snapshot_response)" >> "$GITHUB_OUTPUT"
+ {
132
+ echo "snapshot_response<<EOF"
133
+ cat snapshot_response
134
+ echo "EOF"
135
+ } >> "$GITHUB_OUTPUT"
136
env:
137
GITHUB_TOKEN: ${{ env.github-token }}
138
RELEASE_TAG: ${{ env.snapshot-release-tag }}
0 commit comments