detect wandering trader

This commit is contained in:
sebseb7
2023-12-26 04:44:31 +01:00
parent 3b8129427d
commit 140aae7f4a
2 changed files with 8 additions and 2 deletions

View File

@@ -32,7 +32,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/libs/*.jar
- name: Test
- 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