diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f6ceda8..c2b2bd0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -36,7 +36,7 @@ jobs: env: # More info about the environment variables in the README NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }} # This will be shared with your repo as an org secret - name: lerna publish - run: npx lerna publish from-package --yes + run: npx lerna publish from-package --yes --no-verify-access env: # More info about the environment variables in the README GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated