Skip to content

Commit 0a2b128

Browse files
committed
feat(workflow): update workflow
1 parent ba300eb commit 0a2b128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 20
2929
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
30+
# - run: npm ci
3131
- run: npm publish --provenance --access public
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)