Update publish script

This commit is contained in:
Alexandre Bodin 2023-09-20 16:44:47 +02:00
parent 41e2d2ccf2
commit 3d4681e548

View File

@ -14,7 +14,7 @@ read -r version
./node_modules/.bin/lerna publish --no-push --force-publish --dist-tag latest --exact "$version"
# push main branch
git push origin main
git push origin HEAD
# push tag
git push origin v"$version"