Fix project-id for sponge publication

This commit is contained in:
Lukas Rieger (Blue) 2023-11-19 18:18:49 +01:00
parent 20d32cb9c9
commit 5b93202994
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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()