summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-07 20:28:14 +0900
committerGitHub <noreply@github.com>2026-02-07 20:28:14 +0900
commitf63c3af06962075da0bd4595b74eeac41a85d10c (patch)
tree84a97b73e415cbb07bd3cc13d4d6302ada9a7ad2
parentfea90277ca6fc1313a7e11a92108c041e713ef1b (diff)
parent4ffbd9868a3000abc764518ee6c085d5a0ac31b3 (diff)
downloadLunaticChat-f63c3af06962075da0bd4595b74eeac41a85d10c.tar.gz
LunaticChat-f63c3af06962075da0bd4595b74eeac41a85d10c.tar.bz2
LunaticChat-f63c3af06962075da0bd4595b74eeac41a85d10c.zip
Merge pull request #93 from m1sk9/fix-release-modrinth-civ0.8.0
ci: Fix release Modrinth workflow
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 9738849..f46c4e9 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -117,13 +117,13 @@ jobs:
project: ${{ secrets.MODRINTH_PROJECT_ID }}
version: ${{ needs.validate.outputs.version }}
channel: beta
- changelog: |
+ changelog: |-
Please refer to the [GitHub release](https://github.com/m1sk9/LunaticChat/releases/tag/v${{ needs.validate.outputs.version }}) for update details.
- loaders: |
+ loaders: |-
paper
velocity
game-versions: "1.21.x"
- files: |
+ files: |-
platform-paper/build/libs/${{ needs.validate.outputs.paper_jar_name }}
platform-velocity/build/libs/${{ needs.validate.outputs.velocity_jar_name }}