Skip to content

Commit

Permalink
increase gh-action publish timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Jan 5, 2024
1 parent 11addbb commit 7a4971e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
./gradlew closeAndReleaseRepository
env:
SONATYPE_CONNECT_TIMEOUT_SECONDS: 180
SONATYPE_CLOSE_TIMEOUT_SECONDS: 900
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_SECRET_KEY }}
Expand Down

0 comments on commit 7a4971e

Please sign in to comment.