Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4eb556

Browse files
committedMar 20, 2025·
Increase Nexus timeouts
1 parent 0226b6a commit d4eb556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/actions/sync-to-maven-central/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ runs:
3737
staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }}
3838
upload: true
3939
username: ${{ inputs.ossrh-s01-token-username }}
40+
close-timeout: 3600
41+
release-timeout: 3600
4042
- name: Await
4143
uses: ./.github/actions/await-http-resource
4244
with:

0 commit comments

Comments
 (0)
Please sign in to comment.