mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2025-01-27 23:34:00 +08:00
测试modrinth发布脚本
This commit is contained in:
parent
4effb8a829
commit
864bb65376
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user