From 17ef0f145628020f696030864c59af14d1ec90da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:03:35 +0000 Subject: [PATCH] build(deps): 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/sdk_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk_cd.yml b/.github/workflows/sdk_cd.yml index dab611d8..7c4e6a35 100644 --- a/.github/workflows/sdk_cd.yml +++ b/.github/workflows/sdk_cd.yml @@ -21,7 +21,7 @@ jobs: VERSION=${TAG#*v} echo ${VERSION} cd sdk && yarn version --new-version ${VERSION} && yarn && make && yarn build - - uses: JS-DevTools/npm-publish@v2 + - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NMP_TOKEN }} package: ./sdk/package.json