Skip to content

Commit 95b2090

Browse files
authored
Add publish step to changeset action (#51)
1 parent d1d950b commit 95b2090

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,12 @@ jobs:
4747
id: changesets
4848
uses: changesets/action@v1
4949
with:
50+
publish: pnpm release
5051
commit: "Version packages"
5152
commitMode: github-api
5253
env:
5354
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5455

55-
- name: Build the release
56-
if: steps.changesets.outputs.published == 'true'
57-
run: pnpm release
58-
5956
- name: Upload release asset
6057
if: steps.changesets.outputs.published == 'true'
6158
run: |

0 commit comments

Comments
 (0)