Skip to content

Commit

Permalink
Fix GH publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Sep 23, 2024
1 parent 97b164a commit 5874ec4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: ⬆️ Publish to Sonatype
- name: ⚙ Setup gradle
uses: gradle/actions/setup-gradle@v4
with:
arguments: publishAndReleaseToMavenCentral --no-configuration-cache

- name: 🚀 Publish to Sonatype
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

0 comments on commit 5874ec4

Please sign in to comment.