diff --git a/deploy.sh b/deploy.sh index 3ca9d3a..0c451d1 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,5 +2,7 @@ new_tag="$1" +yarn version --new-version $new_tag +git push git tag $new_tag git push origin $new_tag