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" }