Skip to content

Commit

Permalink
added the tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCraftPlugin committed Jun 16, 2023
1 parent 43ccd35 commit 6bb19eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ project.plugins.withType(MavenPublishPlugin).all {
}
}

// exec {
// commandLine "echo", "##[set-output name=version;]${project.version}";
// }
exec {
commandLine "echo", "##[set-output name=version;]${project.version}";
}

0 comments on commit 6bb19eb

Please sign in to comment.