From 4346e3e3b42dc227e86b8ed6863e629da2c4d8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 08:05:20 +0000 Subject: [PATCH] chore(deps): Bump JS-DevTools/npm-publish from 3.1.1 to 4.0.1 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3.1.1 to 4.0.1. - [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/19c28f1ef146469e409470805ea4279d47c3d35c...ad693561f8a5b5d4c76f14407da60aa15cb10f90) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b632d99..774a3341 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -115,7 +115,7 @@ jobs: password: ${{ env.PYPI_PASSWORD }} packages_dir: ${{github.workspace}}/sdk/python/bin/dist - if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }} - uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # tag=v3.1.1 + uses: JS-DevTools/npm-publish@ad693561f8a5b5d4c76f14407da60aa15cb10f90 # tag=v4.0.1 with: access: "public" token: ${{ env.NPM_TOKEN }}