From 0f5df58d02aa619ce4cb63b593f6a2d3fa7e998f Mon Sep 17 00:00:00 2001 From: Steveplays28 Date: Sun, 20 Aug 2023 16:10:02 +0200 Subject: [PATCH] build: Update MC Publish action to `v3.3` --- .github/workflows/publish.yml | 2 +- src/main/resources/fabric.mod.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 203cec2..274cf73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,7 @@ jobs: # https://github.com/marketplace/actions/publish-minecraft-mods - name: Publish mod - uses: Kir-Antipov/mc-publish@v3.2 + uses: Kir-Antipov/mc-publish@v3.3 with: # GitHub releases github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index eb5729f..db8beab 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,7 +19,10 @@ } }, "mc-publish": { - "quilt": true, + "loaders": [ + "fabric", + "quilt" + ], "curseforge": 616330, "modrinth": "ZPywkPEo" }