Skip to content

Commit

Permalink
fix gh publich action for newer plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed May 19, 2024
1 parent 72f111b commit 4158f81
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,7 +29,7 @@ jobs:
- name: Publish
run: |
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
./gradlew closeAndReleaseRepository
./gradlew releaseRepository
env:
SONATYPE_CONNECT_TIMEOUT_SECONDS: 180
SONATYPE_CLOSE_TIMEOUT_SECONDS: 900
Expand Down

0 comments on commit 4158f81

Please sign in to comment.