Skip to content

Commit 5f09898

Browse files
committed
fix workflow
1 parent 2c066cb commit 5f09898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: npm run build
2929

3030
- name: Publish release
31-
run: npm publish
31+
run: npm publish --access public
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)