Skip to content

Commit 426e6fc

Browse files
committed
Fix name
1 parent cf7f970 commit 426e6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ 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+
echo "snapshot_response=$(cat snapshot_response)" >> "$GITHUB_OUTPUT"
132132
env:
133133
GITHUB_TOKEN: ${{ env.github-token }}
134134
RELEASE_TAG: ${{ env.snapshot-release-tag }}

0 commit comments

Comments
 (0)