We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 329407a + cbd830a commit bfcf567Copy full SHA for bfcf567
1 file changed
.github/workflows/release-npm.yml
@@ -34,9 +34,7 @@ jobs:
34
fi
35
36
- name: Install dependencies
37
- run: npm ci
+ run: npm install --ignore-scripts
38
39
- name: Publish
40
- env:
41
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
run: npm publish --access public --provenance
0 commit comments