From 0d4cd85d08bf74453f643149fe6b4e8e0b61a29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:34:01 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 4.1.3 to 4.1.4 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 4.1.3 to 4.1.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/d2fef917d9aa6e1f0ee5eac28ed023eb4921ce51...4ce4bd0f334d5316473155078da1955d42148494) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index d1a48380..89091bf5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -25,6 +25,6 @@ jobs: - name: Build run: npm run build - name: Publish package to public npm registry - uses: JS-DevTools/npm-publish@d2fef917d9aa6e1f0ee5eac28ed023eb4921ce51 # v4.1.3 + uses: JS-DevTools/npm-publish@4ce4bd0f334d5316473155078da1955d42148494 # v4.1.4 with: token: ${{ secrets.NPM_PUBLISH_TOKEN }}