This commit is contained in:
Andrew Branch
2020-04-09 11:54:58 -07:00
parent 81ba2fe980
commit cf513b8f49

View File

@@ -29,6 +29,7 @@ jobs:
tag=${ref:11} # 0.0.1
npx lerna version $tag --yes --no-git-tag-version --no-push
git commit -am "v$tag"
git tag -f v$tag
git push && git push --tags -f
- name: publish to npm
run: npx lerna publish from-git --yes