From fc5c916fe4216c0c2d03ef9bc050bd6b1e48c519 Mon Sep 17 00:00:00 2001 From: Dorian Maliszewski Date: Tue, 25 Jan 2022 17:50:19 +0100 Subject: [PATCH] fix: lerna publish --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5856f6696..f7b428ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,8 +70,7 @@ jobs: - run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: yarn run lerna publish -y --create-release github --ignore-scripts + - run: yarn run lerna publish -y --create-release github --ignore-scripts --no-verify-access env: HUSKY: 0 - NPM_TOKEN: ${{secrets.NPM_TOKEN}} GH_TOKEN: ${{ secrets.GH_TOKEN }}