From eb030a4a75c133f6046762b337db5daf0bae310c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:54:37 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 1.4.3 to 3.1.1 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1.4.3 to 3.1.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/0f451a94170d1699fd50710966d48fb26194d939...19c28f1ef146469e409470805ea4279d47c3d35c) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 6af060c..0fc1bbc 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -37,6 +37,6 @@ jobs: - name: Publish if: steps.release.outputs.released == 'true' - uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1.4.3 + uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1 with: token: ${{ secrets.NPM_TOKEN }}