Skip to content

Commit

Permalink
[meta] Update publish.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Sep 4, 2024
1 parent dd59b59 commit 4ea1f3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
- name: Build and publish to maven
if: env.run_publish == 'true'
uses: gradle/actions/setup-gradle@v4
run: ./gradlew clean build publish curseforge modrinth --no-configuration-cache
run: |
chmod +x gradlew
./gradlew clean build publish curseforge modrinth --no-configuration-cache
env:
GIT_COMMIT: ${{ github.sha }}
GIT_PREVIOUS_COMMIT: ${{ github.event.before }}
Expand Down

0 comments on commit 4ea1f3c

Please sign in to comment.