Skip to content

Commit

Permalink
Release workflow (#7)
Browse files Browse the repository at this point in the history
* Fix release workflow

* Fix version in release workflow
  • Loading branch information
ryannedolan authored May 9, 2023
1 parent e9916dd commit 1a86043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hoptimator-catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.linkedin.hoptimator'
artifactId = 'hoptimator-catalog'
version = System.getenv('GITHUB_REF_NAME')
from components.java
}
}
Expand Down
1 change: 1 addition & 0 deletions hoptimator-planner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.linkedin.hoptimator'
artifactId = 'hoptimator-planner'
version = System.getenv('GITHUB_REF_NAME')
from components.java
}
}
Expand Down

0 comments on commit 1a86043

Please sign in to comment.