Skip to content

Commit

Permalink
ci: Fix publishing task
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent 5350ac3 commit d1acee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
'-Psigning.keyId=${{ secrets.SIGNING_KEY_ID }}' \
'-Psigning.password=${{ secrets.SIGNING_PASSWORD }}' \
'-Psigning.secretKeyRingFile=/tmp/signing_key.gpg' \
uploadArchives closeAndReleaseRepository
publishToSonatype closeAndReleaseSonatypeStagingRepository
- name: Stop Gradle Daemon
run: ./gradlew --stop

0 comments on commit d1acee5

Please sign in to comment.