Browse Source

Set ignore-already-exists-error to true

pull/47784/head
Phillip Webb 2 months ago
parent
commit
8e6bebea93
  1. 1
      .github/actions/sync-to-maven-central/action.yml

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

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

Loading…
Cancel
Save