Skip to content

Commit

Permalink
fix: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrsavk committed Feb 18, 2021
1 parent 5d29685 commit 1d83612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/publish-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ then
then
echo "There are no relevant changes, so no new versions are released."
else
lerna version --conventional-commits --no-commit-hooks --yes
lerna version --conventional-commits --no-commit-hooks --yes --force-git-tag
git push origin master
lerna publish from-git --yes
lerna publish from-package --yes
fi
else
exit 0
Expand Down

0 comments on commit 1d83612

Please sign in to comment.