summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-04 16:12:42 +0900
committerSho Sakuma <me@m1sk9.dev>2026-04-04 16:12:42 +0900
commitc7aff8fbd0b04624b8291cf0362bed70471f46ae (patch)
treea7abb957e96795bf5e55829c5341d4148c825b48 /.github
parenta9c776933f2a53635260da592a49abc8ccf1c73c (diff)
downloadLunaticChat-c7aff8fbd0b04624b8291cf0362bed70471f46ae.tar.gz
LunaticChat-c7aff8fbd0b04624b8291cf0362bed70471f46ae.tar.bz2
LunaticChat-c7aff8fbd0b04624b8291cf0362bed70471f46ae.zip
feat: Support Minecraft 26.1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f0da20c..68b9c48 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -82,8 +82,11 @@ jobs:
contents: write
env:
MODRINTH_CHANNEL: release
- MODRINTH_GAME_VERSIONS: "1.21.x"
- MODRINTH_MC_VERSION: "1.21.11"
+ MODRINTH_PAPER_GAME_VERSIONS: "26.1.x"
+ MODRINTH_VELOCITY_GAME_VERSIONS: |-
+ 1.21.x
+ 26.1.x
+ MODRINTH_MC_VERSION: "26.1"
steps:
- name: Checkout repository
uses: actions/checkout@v6
@@ -150,7 +153,7 @@ jobs:
loaders: |-
paper
folia
- game-versions: ${{ env.MODRINTH_GAME_VERSIONS }}
+ game-versions: ${{ env.MODRINTH_PAPER_GAME_VERSIONS }}
files: platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }}
- name: Publish to Modrinth (Velocity)
@@ -164,6 +167,6 @@ jobs:
changelog: |-
Please refer to the [GitHub release](https://github.com/m1sk9/LunaticChat/releases/tag/v${{ needs.validate.outputs.version }}) for update details.
loaders: velocity
- game-versions: ${{ env.MODRINTH_GAME_VERSIONS }}
+ game-versions: ${{ env.MODRINTH_VELOCITY_GAME_VERSIONS }}
files: platform-velocity/build/libs/${{ needs.validate.outputs.velocity_jar_name }}