Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudje committed Jan 23, 2024
1 parent cdf70fe commit 537c019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minecraft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ allprojects {
}
}
}
if (System.getenv("GITHUB_ACTOR") != null) {
//TODO: fix this
if (System.getenv("GITHUB_ACTOR") != null && false) {
println "Publishing to Github Packages ($version)"
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 537c019

Please sign in to comment.