From a22b3d1d623709124861f95822121a55436855da Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 23 Oct 2025 15:24:13 -0700 Subject: [PATCH] Revert "Temporarily set ignore-already-exists-error to true" This reverts commit 1fc94ef97a0192f72bdf270aa334e9eee61a49d5. --- .github/actions/sync-to-maven-central/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 573971e2ce8..c7dde0acba9 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -28,7 +28,6 @@ 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: