Browse Source

Merge branch '3.4.x' into 3.5.x

pull/47987/head
Moritz Halbritter 2 months ago
parent
commit
df8ba4c831
  1. 1
      .github/actions/sync-to-maven-central/action.yml

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

@ -29,6 +29,7 @@ runs: @@ -29,6 +29,7 @@ runs:
token: ${{ inputs.central-token-password }}
token-name: ${{ inputs.central-token-username }}
ignore-already-exists-error: true
timeout: "90m"
- name: Await
uses: ./.github/actions/await-http-resource
with:

Loading…
Cancel
Save