From: Dessalines Date: Tue, 14 Sep 2021 23:13:13 +0000 (-0400) Subject: Add version to package.json . Fixes #411 X-Git-Url: http://these/git/%7BprofileRss%7D?a=commitdiff_plain;h=82bea8549af1a20cd9e4bbfe62fcd2cceb1b7dee;p=lemmy-ui.git Add version to package.json . Fixes #411 --- diff --git a/deploy.sh b/deploy.sh index 57aa818..ce125fc 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,5 +7,9 @@ new_tag="$1" # sudo docker build . --tag dessalines/lemmy-ui:$new_tag # sudo docker push dessalines/lemmy-ui:$new_tag +# Upgrade version +yarn version --new-version $new_tag +git push + git tag $new_tag git push origin $new_tag