From bd9500cf8fd24bdfc75699675eaca7dfc02b19ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:24:57 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 2 to 3 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 2 to 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/v2...v3) --- 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/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 74423d0211..adb0625812 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -79,7 +79,7 @@ jobs: - name: Build run: npm run build:prod -- --env github_actions=true - - uses: JS-DevTools/npm-publish@v2 + - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} access: "public"