Skip to content

Commit

Permalink
🩹 Fix publish commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Aug 15, 2024
1 parent 04b8fa3 commit 0766145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 11

- name: Publish
run: ./gradlew build publish --no-parallel
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Prelease
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down

0 comments on commit 0766145

Please sign in to comment.