Skip to content

Commit 9b6dffe

Browse files
committed
Use only normalVersion for releaseDestination in github-pages-defaults.gradle
1 parent e40fa69 commit 9b6dffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/github-pages-defaults.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import static com.github.amkay.gradle.gitflow.version.VersionType.*
22

3-
def releaseDestination = "release/$version"
3+
def releaseDestination = "release/${version.normalVersion}"
44
def developDestination = 'develop'
55
def destination
66

0 commit comments

Comments
 (0)