diff --git a/.github/workflows/rebrand-mercury-rising.yml b/.github/workflows/rebrand-mercury-rising.yml index 836f58b4ee..059df59c70 100644 --- a/.github/workflows/rebrand-mercury-rising.yml +++ b/.github/workflows/rebrand-mercury-rising.yml @@ -57,7 +57,7 @@ jobs: run: yarn lerna bootstrap --ci - name: Lerna Version Develop - run: NODE_OPTIONS=--openssl-legacy-provider yarn lerna publish --canary --yes --preid mercury --dist-tag next --pre-dist-tag next --registry github --yes + run: NODE_OPTIONS=--openssl-legacy-provider yarn lerna publish --canary --yes --preid mercury --registry github --yes env: NODE_AUTH_TOKEN: ${{ secrets.ACCESS_TOKEN }}