Skip to content

Commit 1a86043

Browse files
authored
Release workflow (#7)
* Fix release workflow * Fix version in release workflow
1 parent e9916dd commit 1a86043

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hoptimator-catalog/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ publishing {
2626
maven(MavenPublication) {
2727
groupId = 'com.linkedin.hoptimator'
2828
artifactId = 'hoptimator-catalog'
29+
version = System.getenv('GITHUB_REF_NAME')
2930
from components.java
3031
}
3132
}

hoptimator-planner/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ publishing {
2525
maven(MavenPublication) {
2626
groupId = 'com.linkedin.hoptimator'
2727
artifactId = 'hoptimator-planner'
28+
version = System.getenv('GITHUB_REF_NAME')
2829
from components.java
2930
}
3031
}

0 commit comments

Comments
 (0)