Skip to content

Commit a71a95d

Browse files
Fix publishing
1 parent cc33aa7 commit a71a95d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
- Update to 1.21.5.
2+
- Added the `menace`, `home` and `yearn` capes.
3+
- Fixed a bug that caused XP level/health/food desyncs when changing cape.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ publishing {
8989
}
9090

9191
publish {
92-
dependsOn(publishMods)
92+
dependsOn("publishMods")
9393
}
9494

9595
publishMods {
@@ -101,13 +101,13 @@ publishMods {
101101

102102
modrinth {
103103
accessToken = providers.gradleProperty("MODRINTH_API_TOKEN")
104-
projectId = "NtPNF0D7"
104+
projectId = "Ck0I4Uep"
105105
minecraftVersions.addAll(release_minecraft_versions.split(","))
106106
}
107107

108108
github {
109109
accessToken = providers.gradleProperty("GITHUB_API_PUBLISH_TOKEN")
110-
repository = "eclipseisoffline/jukeboxcustomdiscfix"
110+
repository = "eclipseisoffline/capecommand"
111111
commitish = "main"
112112
}
113113
}

0 commit comments

Comments
 (0)