Browse Source

Increase Nexus timeouts

v3.4.4
Moritz Halbritter 10 months ago
parent
commit
d4eb556121
  1. 2
      .github/actions/sync-to-maven-central/action.yml

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

@ -37,6 +37,8 @@ runs: @@ -37,6 +37,8 @@ runs:
staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }}
upload: true
username: ${{ inputs.ossrh-s01-token-username }}
close-timeout: 3600
release-timeout: 3600
- name: Await
uses: ./.github/actions/await-http-resource
with:

Loading…
Cancel
Save