Skip to content

Commit

Permalink
Fix cf publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Mar 17, 2023
1 parent 566b993 commit d057f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ if (System.getenv("CURSEFORGE_TOKEN")) {
}
addGameVersion("Fabric")
addGameVersion("Quilt")
changelog = getChangelog(project.github_url)
changelog = getChangelog(project.source_url)
changelogType = "markdown"
}
}
Expand Down

0 comments on commit d057f9b

Please sign in to comment.