File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,10 +123,11 @@ jobs:
123123 - run : yarn install --prefer-offline
124124
125125 - name : Deploy snapshot
126+ id : deploy_snapshot
126127 run : |
127128 yarn changeset version --snapshot $RELEASE_TAG
128129 yarn nx run-many --target=build
129- yarn changeset publish --tag $RELEASE_TAG --no-git-tag
130+ yarn changeset publish --tag alpha --no-git-tag >> "$GITHUB_OUTPUT"
130131 env :
131132 GITHUB_TOKEN : ${{ env.github-token }}
132133 RELEASE_TAG : ${{ env.snapshot-release-tag }}
@@ -139,7 +140,7 @@ jobs:
139140 owner : ${{ github.repository_owner }}
140141 repo : ${{ github.event.repository.name }}
141142 issue_number : ${{ github.event.issue.number }}
142- body : ' ✅ Successfully published package/s with tag ` ${{ env.snapshot-release-tag }}`! '
143+ body : ' ✅ Successfully published package/s:\n ``` ${{ steps.deploy_snapshot.outputs }}``` '
143144 env :
144145 GITHUB_TOKEN : ${{ env.github-token }}
145146
You can’t perform that action at this time.
0 commit comments