From 25a4099645e6a1fa96cadc5b27f891214fea98fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:47:42 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 2.2.2 to 3.0.1 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 2.2.2 to 3.0.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/v2.2.2...v3.0.1) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0248f0f..32c2f811 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - run: ./bin/build.sh dist/.htaccess bin/htaccess.conf - name: Deploy to NPM - uses: JS-DevTools/npm-publish@v2.2.2 + uses: JS-DevTools/npm-publish@v3.0.1 with: token: ${{ secrets.NPM_TOKEN }}