diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index 0f40f89..0d7c28f 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -14,7 +14,7 @@ on: release-type: description: 'Release type' type: choice - default: 'beta' + default: 'release' options: - 'release' - 'beta' @@ -25,7 +25,7 @@ on: type: boolean publish-mr: description: Publish to MR - default: false + default: true type: boolean publish-gh: description: Publish to Github diff --git a/gradle.properties b/gradle.properties index 37790a8..782e194 100644 --- a/gradle.properties +++ b/gradle.properties @@ -114,7 +114,7 @@ versionDisplayFormat = $MOD_NAME \u2212 $VERSION # The project's ID on Modrinth. Can be either the slug or the ID. # Leave this empty if you don't want to publish on Modrinth. # Alternatively this can be set with the 'MODRINTH_PROJECT_ID' environment variable. -modrinthProjectId = +modrinthProjectId = pLx2zoH8 # The project's relations on Modrinth. You can use this to refer to other projects on Modrinth. # Syntax: scope1-type1:name1;scope2-type2:name2;... @@ -122,7 +122,7 @@ modrinthProjectId = # type can be one of [project, version], # and the name is the Modrinth project or version slug/id of the other mod. # Example: required-project:jei;optional-project:top;incompatible-project:gregtech -modrinthRelations = +modrinthRelations = req:mixinbooter # Publishing to CurseForge requires you to set the CURSEFORGE_API_KEY environment variable to one of your CurseForge API tokens.