From fce5ecffed890f828152f908a15a75c62b45cf85 Mon Sep 17 00:00:00 2001 From: Sukikui Date: Thu, 21 Aug 2025 14:17:19 +0200 Subject: [PATCH] release: add `modrinth-auto-desc` action to the workflow --- .github/workflows/release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbe05c3..c56dbce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,11 @@ jobs: files: build/libs/!(*-@(dev|sources|all)).jar version-type: release - loaders: fabric quilt \ No newline at end of file + loaders: fabric quilt + + - name: 📝 Sync Modrinth description from README + uses: funnyboy-roks/modrinth-auto-desc@v1.6 + with: + auth-token: ${{ secrets.MODRINTH_TOKEN }} + slug: ZTxdoq6g + readme: README.md \ No newline at end of file