From ccffe5f7b0d117a84fbe23737d1bc844866de82c Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 24 Feb 2023 11:40:36 +0100 Subject: [PATCH] push tags on release --- release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release.sh b/release.sh index 26a4a0fc..126975d5 100755 --- a/release.sh +++ b/release.sh @@ -12,4 +12,6 @@ cp gancio-$RELEASE.tgz.sig releases/ mv gancio-$RELEASE.tgz.sig releases/latest.tgz.sig yarn doc rsync -a docs/_site/ --chown=www-data:www-data cisti.web:/var/www/gancio/ +git tag $RELEASE +git push --tags cd docs \ No newline at end of file