Skip to content

Commit

Permalink
Fix missing v in auto-generated tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 20, 2024
1 parent 8bfd53e commit ac09361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
MOD_VERSION=$(grep "mod_version" gradle.properties | cut -d'=' -f2 | tr -d ' ')
git config --global user.name "Wurst-Bot"
git config --global user.email "contact.wurstimperium@gmail.com"
git tag $MOD_VERSION
git push origin $MOD_VERSION
git tag v$MOD_VERSION
git push origin v$MOD_VERSION
- name: Close milestone
if: ${{ inputs.close_milestone }}
Expand Down

0 comments on commit ac09361

Please sign in to comment.