From 1a11dc808f35f3fcfa241aec306dc08f710eb5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:59:12 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 4.1.1 to 4.1.3 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 4.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/7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b...d2fef917d9aa6e1f0ee5eac28ed023eb4921ce51) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.3 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 18329bb54..d1a483802 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@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # v4.1.1 + uses: JS-DevTools/npm-publish@d2fef917d9aa6e1f0ee5eac28ed023eb4921ce51 # v4.1.3 with: token: ${{ secrets.NPM_PUBLISH_TOKEN }}