From a563b772a630c2b4c64ba3bbe0a8c4684be2c43e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:55:01 +0000 Subject: Update Modrinth release name format to v{version} ({Loader} {game-versions}) Co-authored-by: m1sk9 <82575685+m1sk9@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b17aa91..471ee34 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -116,7 +116,7 @@ jobs: uses: cloudnode-pro/modrinth-publish@0a5268ad092d4727bb6424326746fa2fe88761ff # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} - name: LunaticChat v${{ needs.validate.outputs.version }} (Paper) + name: v${{ needs.validate.outputs.version }} (Paper ${{ env.MODRINTH_GAME_VERSIONS }}) project: ${{ secrets.MODRINTH_PROJECT_ID }} version: ${{ needs.validate.outputs.version }}-paper channel: ${{ env.MODRINTH_CHANNEL }} @@ -130,7 +130,7 @@ jobs: uses: cloudnode-pro/modrinth-publish@0a5268ad092d4727bb6424326746fa2fe88761ff # v2 with: token: ${{ secrets.MODRINTH_TOKEN }} - name: LunaticChat v${{ needs.validate.outputs.version }} (Velocity) + name: v${{ needs.validate.outputs.version }} (Velocity ${{ env.MODRINTH_GAME_VERSIONS }}) project: ${{ secrets.MODRINTH_PROJECT_ID }} version: ${{ needs.validate.outputs.version }}-velocity channel: ${{ env.MODRINTH_CHANNEL }} -- cgit v1.2.1