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


The following commit(s) were added to refs/heads/main by this push:
     new 9d3ec7b  Change distribute endpoint again
9d3ec7b is described below

commit 9d3ec7b2fcc9ab5d9c95c425f2060f91afebf325
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..3664a9c 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";
         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]

Reply via email to