Skip to content

Commit 6452fad

Browse files
[CD] Increase tryCount when checking if release already propagated to MavenCentral
1 parent 3c0502c commit 6452fad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/privilegedBuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ jobs:
344344
- uses: ViliusSutkus89/WaitForURLsToBeAvailable@v1
345345
with:
346346
URLs: ${{ needs.releaseSonatype.outputs.ARTIFACTS }}
347+
# First attempt to promote pdf2htmlEX-Android didn't go through in 30 minutes
348+
# Raise the timeout to TenMinuteWait + tryCount
349+
tryCount: 60
347350

348351
- run: ./ci-scripts/updateDownstreamVersion
349352
id: updateDownstreamVersion

0 commit comments

Comments
 (0)