Skip to content

Commit 187d603

Browse files
committed
add publish command
1 parent bf7e722 commit 187d603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- name: PR or Publish
4545
id: changesets
4646
uses: changesets/action@v1.4.1
47+
with:
48+
publish: pnpm changeset publish
4749
env:
4850
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4951
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)