From 8964791b6419cb8ba985b2d5942ec5e10a61452f Mon Sep 17 00:00:00 2001 From: LeoBeliik Date: Sat, 29 Jun 2024 15:40:10 -0300 Subject: [PATCH] Update mod-publish.yml Remove forge for now, maybe someday I can make it work again --- .github/workflows/mod-publish.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/mod-publish.yml b/.github/workflows/mod-publish.yml index ae47f7a..703a211 100644 --- a/.github/workflows/mod-publish.yml +++ b/.github/workflows/mod-publish.yml @@ -33,25 +33,6 @@ jobs: } set_var JAR_FILE $(eval echo fabric/build/libs/ExtremeSoundMuffler-*-*-*.jar) set_var MOD_VERSION $(echo ${JAR_FILE%.*} | cut -d- -f2) - - - name: Publish Minecraft Mods Forge Edition - uses: Kir-Antipov/mc-publish@v3.3 - with: - files: forge/build/libs/!(*-@(dev|sources|javadoc)).jar - - modrinth-id: 5IIKsxiL - modrinth-token: ${{ secrets.MODRINTH_TOKEN }} - - curseforge-id: 363363 - curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} - - name: Extreme sound muffler ${{env.MOD_VERSION}} - Forge ${{github.ref_name}} - loaders: forge - game-versions: ${{github.ref_name}} - version: ${{env.MOD_VERSION}}-${{github.ref_name}} - java: Java 17 - modrinth-featured: false - changelog-file: CHANGELOG.md - name: Publish Minecraft Mods NeoForge Edition uses: Kir-Antipov/mc-publish@v3.3