Skip to content

Commit 2862cce

Browse files
authored
Test release (#417)
1 parent 72eb6ce commit 2862cce

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
@@ -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

0 commit comments

Comments
 (0)