Skip to content

Commit 1a80f6c

Browse files
committed
Fix tag name
1 parent 3ae8f24 commit 1a80f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/publish/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ githubRelease {
1010
// You get this from your user settings > developer settings > Personal Access Tokens
1111
owner project.githubOwner // default is the last part of your group. Eg group: "com.github.breadmoirai" => owner: "breadmoirai"
1212
repo project.githubRepo // by default this is set to your project name
13-
tagName "${buildVersion}" // by default this is set to "v${project.version}"
13+
tagName "v${buildVersion}" // by default this is set to "v${project.version}"
1414
targetCommitish "master" // by default this is set to "master"
1515
releaseName "${project.releaseName} ${buildVersion}"
1616
body changeLog // by default this is empty

0 commit comments

Comments
 (0)