Ensure tags are annotated

This commit is contained in:
Andrew Branch
2020-04-14 13:45:33 -07:00
parent 9acba557dd
commit 2c545a104a

View File

@@ -29,7 +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 tag -af v$tag -m v$tag
git push && git push --tags -f
# Necessary because publisher installs npm,
# which will be the default npm used to run