Skip to content

Commit

Permalink
chore: remove --pre-dist-tag from lerna publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Jul 29, 2024
1 parent eade4ad commit f92eba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebrand-mercury-rising.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit f92eba0

Please sign in to comment.