We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0226b6a commit d4eb556Copy full SHA for d4eb556
.github/actions/sync-to-maven-central/action.yml
@@ -37,6 +37,8 @@ runs:
37
staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }}
38
upload: true
39
username: ${{ inputs.ossrh-s01-token-username }}
40
+ close-timeout: 3600
41
+ release-timeout: 3600
42
- name: Await
43
uses: ./.github/actions/await-http-resource
44
with:
0 commit comments