From 877910f95958a820a45a2d92c66515bc8c6a4ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:13:12 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 3 to 4 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3 to 4. - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/js-devtools/npm-publish/compare/v3...v4) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.