Skip to content

Commit

Permalink
ci(release): Increase the timeout for creating the staging repository
Browse files Browse the repository at this point in the history
Creating the Sonatype staging repository occasionally fails with a
timeout, therefore increase it from the default 1 minute [1] to 5
minutes.

[1]: https://vanniktech.github.io/gradle-maven-publish-plugin/central/#timeouts

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Oct 17, 2024
1 parent e5c6e0c commit bac154a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
ORG_GRADLE_PROJECT_RELEASE_SIGNING_ENABLED: true
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
SONATYPE_CONNECT_TIMEOUT_SECONDS: 300
run: ./gradlew --no-configuration-cache publishAndReleaseToMavenCentral
- name: Build ORT Distributions
env:
Expand Down

0 comments on commit bac154a

Please sign in to comment.