Skip to content

Commit

Permalink
[build] close and release repository
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 5, 2022
1 parent 27ca07a commit 615e8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
./gradlew -Prelease=true -Pfull-release=true \
-PsonatypeUsername=${{ secrets.SONATYPE_USERNAME }} \
-PsonatypePassword=${{ secrets.SONATYPE_PASSWORD }} \
build publishToSonatype -S
build publishToSonatype closeAndReleaseSonatypeStagingRepository -S
- name: Release
uses: jreleaser/release-action@v1
Expand Down

0 comments on commit 615e8da

Please sign in to comment.