Skip to content

Commit

Permalink
fix: pre-dist-tag for publish command (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spring3 authored Dec 8, 2023
1 parent 844c0b1 commit c3c36b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- vault/configure-lerna
- run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
- run: yarn build # This should not be needed, but without it it will not contain any files
- run: yarn lerna version --no-private --conventional-commits --conventional-prerelease --preid next --dist-tag next --create-release github --yes
- run: yarn lerna publish from-git --yes
- run: yarn lerna version --no-private --conventional-commits --conventional-prerelease --preid next --create-release github --yes
- run: yarn lerna publish from-git --pre-dist-tag next --yes

workflows:
version: 2
Expand Down

0 comments on commit c3c36b9

Please sign in to comment.