Skip to content

Commit

Permalink
try to set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 23, 2024
1 parent c843e2e commit 5fe29d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.event.release.tag_name }}
1 change: 1 addition & 0 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ publishing {
register<MavenPublication>("gpr") {
groupId = "org.moosetechnology"
artifactId = "fame-java"
version = System.getenv("VERSION")
from(components["java"])
pom {
name = "Fame Java"
Expand Down

0 comments on commit 5fe29d3

Please sign in to comment.