Skip to content

Commit

Permalink
Update mod-publish.yml
Browse files Browse the repository at this point in the history
Remove forge for now, maybe someday I can make it work again
  • Loading branch information
LeoBeliik authored Jun 29, 2024
1 parent e69c086 commit 8964791
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/mod-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8964791

Please sign in to comment.