diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f807e4..f2500c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -128,6 +128,6 @@ jobs: run: ls -R ./npm - name: Publish - run: npm publish --access public --provenance + run: npm publish --access public --provenance --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}