File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments