Skip to content

Commit

Permalink
Update publish-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveneti authored Sep 10, 2024
1 parent b9544ae commit ff994b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Publish package
working-directory: ./java
run: ./gradlew publish
run: ./gradlew clean publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit ff994b7

Please sign in to comment.