mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Run datagen before publish
This commit is contained in:
parent
2ae28c72d3
commit
f84f45c47c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/gradle-publish.yml
vendored
4
.github/workflows/gradle-publish.yml
vendored
|
@ -17,6 +17,10 @@ jobs:
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
- name: Prepare Datagen
|
||||||
|
uses: eskatos/gradle-command-action@v1
|
||||||
|
with:
|
||||||
|
arguments: rundatagen
|
||||||
- name: Publish Modrinth Jar
|
- name: Publish Modrinth Jar
|
||||||
env:
|
env:
|
||||||
MODRINTH_KEY: ${{ secrets.MODRINTH_KEY }}
|
MODRINTH_KEY: ${{ secrets.MODRINTH_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue