From 41e78c5f6ccdf8764cc1d1419dfa0767811a9045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:21:07 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 3.0.1 to 3.1.0 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3.0.1 to 3.1.0. - [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/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-minor ... 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 32c2f811..62d87367 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@v3.0.1 + uses: JS-DevTools/npm-publish@v3.1.0 with: token: ${{ secrets.NPM_TOKEN }}