测试modrinth发布脚本

This commit is contained in:
zhangyuheng 2024-09-11 10:40:54 +08:00
parent 4effb8a829
commit 864bb65376
2 changed files with 4 additions and 4 deletions

View File

@ -42,9 +42,9 @@ jobs:
with:
token: ${{ secrets.MODRINTH_TOKEN }}
file_path: ${{ env.JAR_FILE }}
name: ${{ github.event.release.tag_name }}
version: ${{ github.event.release.tag_name }}
changelog: ${{ github.event.release.body }}
name: $${{ steps.build.outputs.TAG }}
version: ${{ steps.build.outputs.TAG }}
changelog: "See https://github.com/ColdeZhang/Dominion/releases/tag/${{ steps.build.outputs.TAG }}"
game_versions: 1.20.1,1.20.2,1.20.3,1.20.4,1.20.5,1.20.6,1.21,1.21.1
release_type: beta
loaders: Bukkit,Folia,Paper,Purpur,Spigot

View File

@ -4,7 +4,7 @@ plugins {
}
group = "cn.lunadeer"
version = "2.6.3-beta"
version = "2.6.4-beta"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))