mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-03 03:46:42 +00:00
Release to Modrinth (#1968)
* feat: Release to Modrinth * chore: List-ify gameVersions
This commit is contained in:
committed by
GitHub
parent
87f680683d
commit
a32d8dcbdb
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -70,3 +70,8 @@ jobs:
|
||||
with:
|
||||
name: FastAsyncWorldEdit-Bukkit-SNAPSHOT
|
||||
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-Bukkit-*.jar
|
||||
- name: Publish to Modrinth
|
||||
if: ${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'push' && github.ref == 'refs/heads/main'}}
|
||||
run: ./gradlew modrinth
|
||||
env:
|
||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||
|
Reference in New Issue
Block a user