Skip to content

Commit 4d2bcbd

Browse files
committed
build: use 'version' in template as this refers to a script property
1 parent 07b7111 commit 4d2bcbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
66
archivesBaseName = project.findProperty('artifactId')
77

88
release {
9-
tagTemplate = 'v${rootProject.version}'
9+
tagTemplate = 'v${version}'
1010
versionPropertyFile = '../gradle.properties'
1111
}
1212

0 commit comments

Comments
 (0)