From eef86ca613d98f4d712cf71a15328b1ed8c0f971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:47:52 +0000 Subject: [PATCH] chore: bump JS-DevTools/npm-publish from 1.4.3 to 2.2.1 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1.4.3 to 2.2.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/v1.4.3...v2.2.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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29bf829a2..b92f3b857 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,13 +45,13 @@ jobs: run: yarn prototype - name: Publish core to npm - uses: JS-DevTools/npm-publish@v1.4.3 + uses: JS-DevTools/npm-publish@v2.2.1 with: package: ./packages/core/package.json token: ${{ secrets.NPM_TOKEN }} - name: Publish React to npm - uses: JS-DevTools/npm-publish@v1.4.3 + uses: JS-DevTools/npm-publish@v2.2.1 with: package: ./packages/react/package.json token: ${{ secrets.NPM_TOKEN }}