Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSzelescik authored Jun 14, 2024
1 parent 8a36aa9 commit ba1a6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Build with Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
- name: Build with Gradle
run: ./gradlew build
# - name: Publish Forge to CurseForge and Modrinth
# uses: Kir-Antipov/mc-publish@v3.3
# with:
Expand Down

0 comments on commit ba1a6cc

Please sign in to comment.