Add data generation before publishing

This commit is contained in:
Quentin Legot 2024-02-16 22:28:46 +01:00
parent 016fa46c79
commit 467b4f2031

View File

@ -28,6 +28,8 @@ jobs:
run: |
chmod +x ./gradlew
touch local.properties
- name: Generate data
run: ./gradlew runDatagen
- name: deploy
run: ./gradlew publish
- name: create tag