We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c843e2e commit 5fe29d3Copy full SHA for 5fe29d3
.github/workflows/gradle-publish.yml
@@ -38,3 +38,4 @@ jobs:
38
env:
39
USERNAME: ${{ github.actor }}
40
TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ VERSION: ${{ github.event.release.tag_name }}
lib/build.gradle.kts
@@ -57,6 +57,7 @@ publishing {
57
register<MavenPublication>("gpr") {
58
groupId = "org.moosetechnology"
59
artifactId = "fame-java"
60
+ version = System.getenv("VERSION")
61
from(components["java"])
62
pom {
63
name = "Fame Java"
0 commit comments