We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536f6f8 commit cd8c384Copy full SHA for cd8c384
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
78
- name: Publish to npm
79
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
80
- run: npm publish --tag ${{ env.GITHUB_REF_SLUG }}
+ run: npm publish --tag ${{ env.GITHUB_REF_SLUG }} --ignore-scripts
81
82
npm-publish-latest:
83
needs: [build, npm-publish-build]
@@ -100,4 +100,4 @@ jobs:
100
101
102
103
- run: npm publish --tag latest
+ run: npm publish --tag latest --ignore-scripts
0 commit comments