From 27618b68ec4c22588bfca3465b4e6fb0c079ca28 Mon Sep 17 00:00:00 2001 From: thefirethirteen Date: Tue, 4 Jul 2023 15:31:24 +0100 Subject: [PATCH] Add Modrinth to the release workflow --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4b6ed8f..0df0181 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,11 @@ jobs: - name: Publish mod uses: Kir-Antipov/mc-publish@v3.2 with: + modrinth-id: zGSQY8dZ + modrinth-featured: false + modrinth-unfeature-mode: intersection + modrinth-token: ${{ secrets.MODRINTH_TOKEN }} + curseforge-id: 326641 curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}