This is an automated email from the ASF dual-hosted git repository. arm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
commit 1faca038ac95d9fd512d4d08c9c4778883b7fac7 Author: Alastair McFarlane <[email protected]> AuthorDate: Wed Jan 14 13:56:56 2026 +0000 Change distribute endpoint again --- .github/workflows/distribute-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute-maven.yml b/.github/workflows/distribute-maven.yml index c4e74d1..da5f02b 100644 --- a/.github/workflows/distribute-maven.yml +++ b/.github/workflows/distribute-maven.yml @@ -203,7 +203,7 @@ jobs: --argjson details "$DETAILS_JSON" \ '{publisher:$publisher, jwt:$jwt, version:$version, platform:$platform, distribution_owner_namespace:$distribution_owner_namespace, distribution_package:$distribution_package, distribution_version:$distribution_version, staging:$staging, details:$details}' | curl -sS --fail-with-body -X POST -H 'Content-Type: application/json' -d @- \ - "https://${ATR_HOST}/api/distribution/record" + "https://${ATR_HOST}/api/distribute/record_from_workflow" env: INPUTS_VERSION: ${{ inputs.version }} INPUTS_DISTRIBUTION_OWNER_NAMESPACE: ${{ inputs.distribution-owner-namespace }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
