Skip to content

Commit e3a0846

Browse files
committed
Temporarily disable GitHub Packages
1 parent 874fbb2 commit e3a0846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/groovy/com.github.nerdthened.mctexturegen.java-application-conventions.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ publishing {
7979
}
8080
// Only publish to Github Packages if running on GitHub Actions.
8181
// Snapshot publishing temporarily disabled due to GitHub Packages not overwriting the previous upload.
82+
/*
8283
if (System.getenv("GITHUB_ACTIONS")?.equals("true") && System.getenv("BUILD_RELEASE")?.equals("true")) {
8384
repositories {
8485
maven {
@@ -91,4 +92,5 @@ publishing {
9192
}
9293
}
9394
}
95+
*/
9496
}

0 commit comments

Comments
 (0)