Skip to content

Commit

Permalink
modify release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Dec 2, 2024
1 parent de4f3fe commit 1e8e9a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/GetReleaseInfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ commitid=$(git log --pretty='%h' -1)
mcversion=$(prop mcVersion)
gradleVersion=$(prop version)
preVersion=$(prop preVersion)
tagid="$mcversion-$commitid"
tagid="$mcversion-$BUILD_NUMBER-$commitid"
jarName="leaves-$mcversion.jar"
leavesid="Leaves-$BUILD_NUMBER-$commitid"
leavesid="Leaves-$tagid"
releaseinfo="releaseinfo.md"
discordmes="discordmes.json"
make_latest=$([ "$preVersion" = "true" ] && echo "false" || echo "true")
Expand Down

0 comments on commit 1e8e9a9

Please sign in to comment.