From c862088752eecc8f56c54adb5b6005912386f510 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 4 Oct 2024 16:41:13 -0400 Subject: [PATCH] Update manualBuild.yml --- .github/workflows/manualBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manualBuild.yml b/.github/workflows/manualBuild.yml index f02370df..213abca1 100644 --- a/.github/workflows/manualBuild.yml +++ b/.github/workflows/manualBuild.yml @@ -66,7 +66,7 @@ jobs: # Step 9: Push the commit and the new version tag to the repository - name: Create Git Tag and push run: | - TAG_NAME="v${{ env.VERSION// /\. }}" + TAG_NAME="v${{ env.VERSION }}" git tag -a "$TAG_NAME" -m "Release $TAG_NAME" git push origin master git push origin "$TAG_NAME"