Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.4.2-forge' into 1.4.3-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 1, 2023
2 parents 4a78d24 + 3fdacc8 commit 900d672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def displayVersion = version + "+" + project.minecraft_version
group = project.maven_group

def debug = true
def branch = System.getenv("GITHUB_REF_NAME") == null ? "forge-" : System.getenv("GITHUB_REF_NAME")
if (!branch.startsWith("forge-")) {
def branch = System.getenv("GITHUB_REF_NAME") == null ? "-forge" : System.getenv("GITHUB_REF_NAME")
if (!branch.endsWith("-forge")) {
debug = false
}

Expand Down

0 comments on commit 900d672

Please sign in to comment.