Skip to content

Commit 4b35dde

Browse files
committed
Fix CICD
1 parent 8ead600 commit 4b35dde

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
file_pattern: gradle.properties
6666
tagging_message: "v${{ env.FULL_VERSION }}"
6767

68+
- name: Setup Build
69+
uses: ./.github/actions/build_setup
70+
71+
- name: Build Project
72+
run: ./gradlew --info build
73+
6874
- name: Publish to Curseforge and Modrinth
6975
uses: Kir-Antipov/mc-publish@v3.3
7076
with:

0 commit comments

Comments
 (0)