Skip to content

Commit

Permalink
fix: duplicate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jun 10, 2024
1 parent 512dd39 commit 1e5d7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ publishMods {
accessToken = providers.environmentVariable("GITHUB_TOKEN")
repository = "Nanite/KubeUtils"
commitish = providers.environmentVariable("GITHUB_SHA").orElse("dryRun")
tagName = providers.environmentVariable("GITHUB_REF_NAME").orElse("dryRun")
}
}

Expand Down

0 comments on commit 1e5d7c2

Please sign in to comment.