aboutsummaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2022-06-26 16:35:29 +0200
committermakamys <makamys@outlook.com>2022-06-26 16:35:29 +0200
commit1600a672fcd82be6b8c4ebe48b017cbfd27220ec (patch)
treefdb7c406cc8410cbf3e9daafb55520d7deacdd2d /publish
parentb6187aa37e28cf70df572a1b606b7304a1ed6bf3 (diff)
downloadNeodymium-1600a672fcd82be6b8c4ebe48b017cbfd27220ec.tar.gz
Neodymium-1600a672fcd82be6b8c4ebe48b017cbfd27220ec.tar.bz2
Neodymium-1600a672fcd82be6b8c4ebe48b017cbfd27220ec.zip
Fix publish script
Diffstat (limited to 'publish')
-rw-r--r--publish/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish/build.gradle b/publish/build.gradle
index 776b3a4..16bc7fc 100644
--- a/publish/build.gradle
+++ b/publish/build.gradle
@@ -31,7 +31,7 @@ if(githubOK){
// You get this from your user settings > developer settings > Personal Access Tokens
owner project.githubOwner // default is the last part of your group. Eg group: "com.github.breadmoirai" => owner: "breadmoirai"
repo project.githubRepo // by default this is set to your project name
- tagName (useVPrefixForTag ? "v" : "") + "${buildVersion}" // by default this is set to "${project.version}"
+ tagName ((useVPrefixForTag ? "v" : "") + "${buildVersion}") // by default this is set to "v${project.version}"
targetCommitish "master" // by default this is set to "master"
releaseName "${project.releaseName} ${buildVersion}"
body changeLog // by default this is empty