Skip to content

Commit bc4dad5

Browse files
committed
chore: update ci
1 parent 815c69a commit bc4dad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
registry-url: "https://registry.npmjs.org"
1414
- run: npm install
1515
- run: npm run build
16-
- run: npm publish --access public
16+
- run: npm publish
1717
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)