Skip to content

Commit 9113d3a

Browse files
committed
测试modrinth发布脚本
1 parent a12775e commit 9113d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
name: ${{ env.AUTOMATIC_RELEASES_TAG }}
4444
project_id: vVZc7jAV
45-
loaders: Bukkit,Folia,Paper,Purpur,Spigot
45+
loaders: bukkit,folia,paper,purpur,spigot
4646
game_versions: 1.20.1:1.20.6,1.21,1.21.1
4747
version_number: ${{ env.AUTOMATIC_RELEASES_TAG }}
4848
files: |

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "cn.lunadeer"
7-
version = "2.6.8-beta"
7+
version = "2.6.9-beta"
88

99
java {
1010
toolchain.languageVersion.set(JavaLanguageVersion.of(21))

0 commit comments

Comments
 (0)