Publish Architectury 7

This commit is contained in:
shedaniel
2022-10-23 19:24:52 +08:00
parent 93d0538f35
commit efcbe635b2
4 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ on:
branches:
- "1.19"
- "1.19.2"
- "1.19.3"
types: [ opened, synchronize, reopened ]
jobs:
validate-gradle:

View File

@@ -9,6 +9,7 @@ on:
branches:
- "1.19"
- "1.19.2"
- "1.19.3"
workflow_dispatch:
inputs:
norelease:

View File

@@ -113,7 +113,7 @@ unifiedPublishing {
displayName = "[Fabric $rootProject.supported_version] v$project.version"
releaseType = "$rootProject.artifact_type"
changelog = releaseChangelog()
gameVersions = ["1.19.1", "1.19.2"]
gameVersions = ["1.19.3"]
gameLoaders = ["fabric", "quilt"]
mainPublication renameJarForPublication
relations {
@@ -138,6 +138,7 @@ unifiedPublishing {
token = MODRINTH_TOKEN
id = rootProject.modrinth_id
version = "$project.version+$project.name"
gameVersions.addAll project.minecraft_version.toString()
}
}
}

View File

@@ -126,7 +126,7 @@ unifiedPublishing {
displayName = "[Forge $rootProject.supported_version] v$project.version"
releaseType = "$rootProject.artifact_type"
changelog = releaseChangelog()
gameVersions = ["1.19.1", "1.19.2"]
gameVersions = ["1.19.3"]
gameLoaders = ["forge"]
mainPublication renameJarForPublication