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 edeb38a Use correct endpoint
edeb38a is described below
commit edeb38aefb935d0138e96601dbfe60cc13f9499d
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 13:15:17 2026 +0000
Use correct endpoint
---
.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 131a25c..c7baba8 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -179,7 +179,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/publisher/distribution/record"
+ "https://${ATR_HOST}/api/distribution/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]