Skip to content

Commit 66d3c28

Browse files
committed
chore: use the right release command
1 parent afc18f4 commit 66d3c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pnpm test:browser
5050

5151
- name: Publish
52-
run: pnpm publish
52+
run: pnpm release
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
5555
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)