Skip to content

Commit 6b426b2

Browse files
committed
Set timeout to 1.5h on spring-io/central-publish-action
1 parent a16c881 commit 6b426b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
token: ${{ inputs.central-token-password }}
3030
token-name: ${{ inputs.central-token-username }}
3131
ignore-already-exists-error: true
32+
timeout: "90m"
3233
- name: Await
3334
uses: ./.github/actions/await-http-resource
3435
with:

0 commit comments

Comments
 (0)