From 1fc94ef97a0192f72bdf270aa334e9eee61a49d5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 23 Oct 2025 15:21:04 -0700 Subject: [PATCH] Temporarily 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: