From cda125beb9ded625224e6995a8e2759da40d7171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 08:10:00 +0000 Subject: [PATCH] chore(deps): bump JS-DevTools/npm-publish from 1 to 2 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1 to 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/v1...v2) --- 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 a434d9e..47534e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: - name: Publish package to NPM if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }} - uses: JS-DevTools/npm-publish@v1 + uses: JS-DevTools/npm-publish@v2 with: access: "public" token: ${{ env.NPM_TOKEN }}