From f3b790957436e0176a0c7229109a662cf6275b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:16:29 +0000 Subject: [PATCH] chore: bump JS-DevTools/npm-publish from 1.4.3 to 3.0.0 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1.4.3 to 3.0.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/v1.4.3...v3.0.0) --- 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..a107244ca 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@v3.0.0 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@v3.0.0 with: package: ./packages/react/package.json token: ${{ secrets.NPM_TOKEN }}