From 82bea8549af1a20cd9e4bbfe62fcd2cceb1b7dee Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 14 Sep 2021 19:13:13 -0400 Subject: [PATCH] Add version to package.json . Fixes #411 --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1