Skip to content

Commit

Permalink
Fix publish workflow for fabric releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 30, 2024
1 parent 241eaa5 commit a0b8523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ publishMods {
additionalFiles.plus(tasks.sourcesJar.get().archiveFile)
displayName = "$title $version ${titles[project.name]} $minecraftVersion"
this.version = "$version-mc$minecraftVersion-${project.name}"
requires("fabric-language-kotlin", "forge-config-api-port-fabric", "fabric-api")
requires("fabric-language-kotlin", "forge-config-api-port", "fabric-api")
}
}

0 comments on commit a0b8523

Please sign in to comment.