From 78231aff3142df55a24f2653fe0c8d35f05a6ca2 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:09:26 +0100 Subject: [PATCH] fix CI deployment 5 --- .github/workflows/deploy1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index e8d2888..7867975 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -34,7 +34,7 @@ jobs: if git commit -am "Automatically update version to $CLEAN_VERSION"; then git push # Move the tag to the new commit - git tag -f -a "$VERSION" -m "$VERSION" + git tag -f -a "$CLEAN_VERSION" -m "$CLEAN_VERSION" git push -f --tags # Force push the tag to GitHub # The tag move will NOT trigger a new workflow else