We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7f970 commit 7311003Copy full SHA for 7311003
1 file changed
.github/workflows/release.yml
@@ -128,7 +128,7 @@ 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"
+ echo "snapshot_response=$(cat snapshot_response)" >> "$GITHUB_OUTPUT"
132
env:
133
GITHUB_TOKEN: ${{ env.github-token }}
134
RELEASE_TAG: ${{ env.snapshot-release-tag }}
0 commit comments