From 8e6bebea93803b312a6a1cd0a743f853a1e1b8c7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 23 Oct 2025 15:21:04 -0700 Subject: [PATCH] Set ignore-already-exists-error to true --- .github/actions/sync-to-maven-central/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index c7dde0acba9..573971e2ce8 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -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: