Skip to content

Commit

Permalink
[publish] Attempt no.2 at correct naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushmead committed Dec 3, 2023
1 parent c1e0ffd commit 73bf627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ publishMods {
changelog = rootProject.file("CHANGELOG.md").text
type = project.release_type as ReleaseType
modLoaders.add("fabric")
displayName = "Theatrical-${project.name}-${version}"
displayName = "Theatrical-${project.name}-${project.version}"

if(System.getenv("CURSEFORGE_TOKEN") != null) {
curseforge {
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ publishMods {
changelog = rootProject.file("CHANGELOG.md").text
type = project.release_type as ReleaseType
modLoaders.add("forge")
displayName = "Theatrical-${project.name}-${version}"
displayName = "Theatrical-${project.name}-${project.version}"

if(System.getenv("CURSEFORGE_TOKEN") != null) {
curseforge {
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ publishMods {
changelog = rootProject.file("CHANGELOG.md").text
type = project.release_type as ReleaseType
modLoaders.add("neoforge")
displayName = "Theatrical-${project.name}-${version}"
displayName = "Theatrical-${project.name}-${project.version}"

if(System.getenv("CURSEFORGE_TOKEN") != null) {
curseforge {
Expand Down

0 comments on commit 73bf627

Please sign in to comment.