Skip to content

Commit

Permalink
Merge branch 'master' into 1.21-neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 20, 2024
2 parents 285306e + ac09361 commit b2e6dc5
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 "[email protected]"
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 b2e6dc5

Please sign in to comment.