Skip to content

Commit

Permalink
Update manualBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunnky authored Oct 4, 2024
1 parent 1970772 commit c862088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manualBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c862088

Please sign in to comment.