detect wandering trader
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user