diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71ec54c..968d470 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,6 +119,6 @@ jobs: echo "Updated package.json for npm publish" - name: Publish to npm - run: npm publish --access public + run: npm publish --access public --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}