Fix incorrect environment variable for Maven publish.
build / build (21) (push) Failing after 10m46s

This commit is contained in:
2024-11-29 20:59:25 -07:00
parent 66c631efb0
commit dabe9701ea
+1 -1
View File
@@ -92,7 +92,7 @@ publishing {
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "token ${System.getenv("GITEA_MAVEN_TOKEN")}"
value = "token ${System.getenv("MAVEN_TOKEN")}"
}
authentication {