mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-18 12:08:50 +08:00
测试 hangar 发布脚本
This commit is contained in:
parent
1ba7de75cb
commit
e126a2629e
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -52,15 +52,16 @@ jobs:
|
||||
uses: dsx137/modrinth-release-action@main
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||
TAG: ${{ needs.build.outputs.release_tag }}
|
||||
with:
|
||||
name: ${{ needs.build.outputs.release_tag }}
|
||||
name: ${{ env.TAG }}
|
||||
project_id: vVZc7jAV
|
||||
loaders: bukkit,folia,paper,purpur,spigot
|
||||
game_versions: 1.20.1:1.20.6,1.21,1.21.1
|
||||
version_number: ${{ needs.build.outputs.release_tag }}
|
||||
version_number: ${{ env.TAG }}
|
||||
files: |
|
||||
build/libs/*.jar
|
||||
changelog: "See https://github.com/ColdeZhang/Dominion/releases/tag/${{ needs.build.outputs.release_tag }}"
|
||||
changelog: "See https://github.com/ColdeZhang/Dominion/releases/tag/${{ env.TAG }}"
|
||||
version_type: beta
|
||||
featured: false
|
||||
updatable: false
|
||||
|
@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "cn.lunadeer"
|
||||
version = "2.6.10-beta"
|
||||
version = "2.6.11-beta"
|
||||
|
||||
java {
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||
|
Loading…
Reference in New Issue
Block a user