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: