From 1ce5cd0af521183996ccfa17a0645607f3faa675 Mon Sep 17 00:00:00 2001 From: Ben Kristinsson Date: Mon, 3 Oct 2022 17:41:38 +0200 Subject: [PATCH] fix: script to tag commit with version from poetry --- scripts/git-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-tag.sh b/scripts/git-tag.sh index 82847f9..f5fd6c0 100755 --- a/scripts/git-tag.sh +++ b/scripts/git-tag.sh @@ -14,4 +14,4 @@ case $pushtag in echo -n esac -echo git push --tags +git push --tags -- 2.40.1