Skip to content

Commit af9076a

Browse files
authored
Merge branch 'master' into test-release
2 parents c422c54 + cf7f970 commit af9076a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
run: |
128128
yarn changeset version --snapshot $RELEASE_TAG
129129
yarn nx run-many --target=build
130-
yarn changeset publish --tag alpha --no-git-tag >> "$GITHUB_OUTPUT"
130+
yarn changeset publish --tag alpha --no-git-tag >> snapshot_response
131+
echo "handle=$(cat snapshot_response)" >> "$GITHUB_OUTPUT"
131132
env:
132133
GITHUB_TOKEN: ${{ env.github-token }}
133134
RELEASE_TAG: ${{ env.snapshot-release-tag }}
@@ -140,7 +141,7 @@ jobs:
140141
owner: ${{ github.repository_owner }}
141142
repo: ${{ github.event.repository.name }}
142143
issue_number: ${{ github.event.issue.number }}
143-
body: '✅ Successfully published package/s:\n ```${{ steps.deploy_snapshot.outputs }}```'
144+
body: '✅ Successfully published package/s:\n ```${{ steps.deploy_snapshot.outputs.snapshot_response }}```'
144145
env:
145146
GITHUB_TOKEN: ${{ env.github-token }}
146147

0 commit comments

Comments
 (0)