Skip to content

Commit

Permalink
chore: sonatype - publish and close on release (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: vahidlazio <vahidlazio@gmail.com>
  • Loading branch information
nicklasl and vahidlazio authored Dec 19, 2023
1 parent 105b024 commit a4c0d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
run: ./gradlew publishToSonatype closeSonatypeStagingRepository --no-daemon --stacktrace
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon --stacktrace

- name: Clean up signing secrets
run: rm ~/.gradle/gradle.properties
Expand Down

0 comments on commit a4c0d41

Please sign in to comment.