Remove Modrinth steps from build workflow
Removed Modrinth sync and release steps from the build workflow.
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -24,12 +24,3 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: build/libs/*.jar
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user