Skip to content

Commit 1e5d7c2

Browse files
fix: duplicate tag
1 parent 512dd39 commit 1e5d7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ publishMods {
191191
accessToken = providers.environmentVariable("GITHUB_TOKEN")
192192
repository = "Nanite/KubeUtils"
193193
commitish = providers.environmentVariable("GITHUB_SHA").orElse("dryRun")
194+
tagName = providers.environmentVariable("GITHUB_REF_NAME").orElse("dryRun")
194195
}
195196
}
196197

0 commit comments

Comments
 (0)