1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-12 03:00:30 +00:00

Fix a couple of problems in the release buildscript

Otherwise that went pretty smoothly!
This commit is contained in:
SquidDev 2019-05-31 13:56:48 +01:00
parent 43050426de
commit ce1f14a010

View File

@ -336,7 +336,7 @@ githubRelease {
token project.hasProperty('githubApiKey') ? project.githubApiKey : ''
owner 'SquidDev-CC'
repo 'CC-Tweaked'
targetCommitish { Grgit.open(dir: '.').branch.current() }
targetCommitish { Grgit.open(dir: '.').branch.current().fullName }
tagName "v${mc_version}-${mod_version}"
releaseName "[${mc_version}] ${mod_version}"