Skip to content

Commit

Permalink
Fix project-id for sponge publication
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Nov 19, 2023
1 parent 20d32cb commit 5b93202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ tasks.register("publish") {
oreDeployment {
apiKey(System.getenv("ORE_TOKEN"))
defaultPublication {
projectId.set("BlueMap")
projectId.set("bluemap")
createForumPost.set(true)
versionBody.set(file("../../release.md")
.readText()
Expand Down

0 comments on commit 5b93202

Please sign in to comment.