Skip to content

Commit e2895d7

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 58b03a9 + 96528ba commit e2895d7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/release-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Create Release with ShadowJars
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
- develop
48
workflow_dispatch:
59

610
jobs:

command-bungeecord/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ modrinth {
1616
versionType.set("beta")
1717
uploadFile.set(tasks.shadowJar)
1818
gameVersions.addAll(
19+
1920
"1.20",
2021
"1.20.1",
2122
"1.20.2",
@@ -32,6 +33,8 @@ modrinth {
3233
"1.21.6",
3334
"1.21.7",
3435
"1.21.8",
36+
"1.21.9",
37+
3538
)
3639
loaders.add("bungeecord")
3740
loaders.add("waterfall")

command-velocity/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ modrinth {
1717
versionType.set("beta")
1818
uploadFile.set(tasks.shadowJar)
1919
gameVersions.addAll(
20+
2021
"1.20",
2122
"1.20.1",
2223
"1.20.2",
@@ -33,6 +34,8 @@ modrinth {
3334
"1.21.6",
3435
"1.21.7",
3536
"1.21.8",
37+
"1.21.9",
38+
3639
)
3740
loaders.add("velocity")
3841
changelog.set("https://docs.simplecloud.app/changelog")

0 commit comments

Comments
 (0)