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 b601426 commit dd59b59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Build and publish to maven
if: env.run_publish == 'true'
uses: gradle/actions/setup-gradle@v4
with:
arguments: clean build publish curseforge modrinth --no-configuration-cache
run: ./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 dd59b59

Please sign in to comment.