Skip to content

Commit

Permalink
[RND-675] Fix lerna pre release generation default to use pre
Browse files Browse the repository at this point in the history
  • Loading branch information
andonyns committed Dec 19, 2023
1 parent e848899 commit 8a49400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: Update versions
if: steps.versions.outputs.update-required
run: npx lerna@6.6.2 version prerelease --exact --no-git-tag-version --yes
run: |
git pull
npx lerna@6.6.2 version prerelease --exact --no-git-tag-version --preid pre --yes
- name: Set Version
if: steps.versions.outputs.update-required
Expand Down

0 comments on commit 8a49400

Please sign in to comment.