Skip to content

Commit f31702a

Browse files
committed
Fix double publish error
1 parent a0a1246 commit f31702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: pnpm run build
3434

3535
- name: Publish
36-
run: pnpm publish --access public
36+
run: pnpm run publish
3737
env:
3838
NODE_AUTH_TOKEN: ${{secrets.PNPM_TOKEN}}

0 commit comments

Comments
 (0)