Skip to content

Commit e76c12c

Browse files
authored
fix: added missing flags to NPM publication CI script
1 parent 2935c0d commit e76c12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-js-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
node-version: '14.x'
3434
registry-url: https://registry.npmjs.org/
3535
- run: npm ci
36-
- run: npm publish
36+
- run: npm publish --ignore-scripts --access public
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_GUIDESMITHS }}

0 commit comments

Comments
 (0)