diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e5ab176885..c9f319c187 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -187,7 +187,7 @@ jobs: working-directory: ./wasm-node/javascript - run: npm publish --unsafe-perm --dry-run working-directory: ./wasm-node/javascript - - uses: JS-DevTools/npm-publish@v3 + - uses: JS-DevTools/npm-publish@v4 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Warning: this GitHub action doesn't seem to run prepublish scripts, hence # the `npm publish --dry-run` done right above is important to ensure this.