From 242d0364263b7f2494246226ecb4e3d35b4d08d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:24:11 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 4.1.1 to 4.1.2 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 4.1.1 to 4.1.2. - [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...8f08ec0dafe29acea4e9efe18e67ebde86904ad1) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 eab86a0956..8653f6ba12 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -18,6 +18,6 @@ jobs: - run: npm ci - run: npm run build # - run: npm run test - - uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # v4.1.1 + - uses: JS-DevTools/npm-publish@8f08ec0dafe29acea4e9efe18e67ebde86904ad1 # v4.1.2 with: token: ${{ secrets.NPM_PUBLISH_TOKEN }}