diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 20:28:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-07 20:28:14 +0900 |
| commit | f63c3af06962075da0bd4595b74eeac41a85d10c (patch) | |
| tree | 84a97b73e415cbb07bd3cc13d4d6302ada9a7ad2 | |
| parent | fea90277ca6fc1313a7e11a92108c041e713ef1b (diff) | |
| parent | 4ffbd9868a3000abc764518ee6c085d5a0ac31b3 (diff) | |
| download | LunaticChat-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.yaml | 6 |
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 }} |
