From 1bfebd47824185b110b764182e0db73b9b9891c8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 20 Jan 2021 10:35:12 -0500 Subject: [PATCH] Adding new version to deploy. --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) 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