Adding new version to deploy.

This commit is contained in:
Dessalines 2021-01-20 10:35:12 -05:00
parent 16194031c8
commit 1bfebd4782

View file

@ -2,5 +2,7 @@
new_tag="$1" new_tag="$1"
yarn version --new-version $new_tag
git push
git tag $new_tag git tag $new_tag
git push origin $new_tag git push origin $new_tag