Remove Modrinth steps from build workflow

Removed Modrinth sync and release steps from the build workflow.
This commit is contained in:
sebseb7
2026-04-21 00:02:35 +02:00
committed by GitHub
parent 6517b0ea89
commit a70b972c0d

View File

@@ -24,12 +24,3 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/libs/*.jar
- name: Modrinth Readme Sync
env:
MODRINTH_TOKEN: ${{ vars.MODRINTH_TOKEN }}
run: ./gradlew modrinthSyncBody
- name: Modrinth Release
if: startsWith(github.ref, 'refs/tags/')
env:
MODRINTH_TOKEN: ${{ vars.MODRINTH_TOKEN }}
run: ./gradlew modrinth