Skip to content

Commit

Permalink
chore: Fix name of task to close and release sonatype staging reposit…
Browse files Browse the repository at this point in the history
…ory.
  • Loading branch information
Ayfri committed May 5, 2022
1 parent 6b9cc4e commit abbfd5b
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 closeStagingRepository --no-daemon
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon

0 comments on commit abbfd5b

Please sign in to comment.