From 504113964c9f9dfe49fe0ed14c8b5ea37e9a780a Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 30 Jan 2025 17:13:38 -0500 Subject: [PATCH] chore: update publish step --- .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 759d1f03..cf630370 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Check npm config run: npm config list - - run: node_modules/.bin/lerna publish from-package --no-verify-access + - run: node_modules/.bin/lerna publish from-package --no-verify-access --yes if: ${{ steps.release.outputs.releases_created }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}