Skip to content

Commit

Permalink
chore: Close staging repositories in publish action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed May 5, 2022
1 parent b0f880f commit 6b9cc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
OSS_STAGING_PROFILE_ID: ${{ secrets.OSS_STAGING_PROFILE_ID }}
run: ./gradlew publishToSonatype --no-daemon
run: ./gradlew publishToSonatype closeStagingRepository --no-daemon

0 comments on commit 6b9cc4e

Please sign in to comment.