Skip to content

Commit

Permalink
fix: gh workflow lerna version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Sep 25, 2023
1 parent 9b7dfdd commit 6590820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor}}@users.noreply.github.com"
lerna version --conventional-commits --conventional-prerelease --preid beta --force-git-tag --yes
lerna version prerelease --preid beta --force-git-tag --no-changelog --yes
lerna publish from-git --force-git-tag --dist-tag next --yes --summary-file
- name: 'Broadcast published versions on Slack'
Expand Down

0 comments on commit 6590820

Please sign in to comment.