Skip to content

Commit 2c936e6

Browse files
committed
build: get the raw git-md-changelog, oops!
1 parent bf30708 commit 2c936e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
apply plugin: "java"
2525
apply plugin: "architectury-plugin"
2626
apply plugin: "maven-publish"
27-
apply from: "https://github.com/FTBTeam/mods-meta/blob/main/gradle/git-md-changelog.gradle"
27+
apply from: "https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/git-md-changelog.gradle"
2828

2929
def ENV = System.getenv()
3030
version = "${mod_version}-build.${ENV.GITHUB_RUN_NUMBER ?: 9999}"

0 commit comments

Comments
 (0)