From 77a2cb72a0e180421bc94e1a8e238d9ab52d7f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:41:58 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 3.1.1 to 4.1.3 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3.1.1 to 4.1.3. - [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...d2fef917d9aa6e1f0ee5eac28ed023eb4921ce51) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 6671533..df9f4b2 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -16,7 +16,7 @@ jobs: node-version: 16 - run: npm install # - run: npm run test - - uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1 + - uses: JS-DevTools/npm-publish@d2fef917d9aa6e1f0ee5eac28ed023eb4921ce51 # v4.1.3 with: token: ${{ secrets.NPM_PUBLISH_TOKEN }} access: public