Skip to content

Commit 6f4a03a

Browse files
change the name of the release
1 parent c2843d2 commit 6f4a03a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ publishing {
8585
// retrieving dependencies.
8686
}
8787
}
88+
exec {
89+
commandLine "echo", "##[set-output name=version;]${project.version}";
90+
}

0 commit comments

Comments
 (0)