Skip to content

Commit

Permalink
Fix error when publishing the library.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Oct 14, 2024
1 parent 92467cd commit 78c6fdc
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 78c6fdc

Please sign in to comment.