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 49eb63a  Some more data missing from distribution
49eb63a is described below

commit 49eb63ab1f9bf5a71b29685833146e7f6e4fc964
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 15:02:04 2026 +0000

    Some more data missing from distribution
---
 .github/workflows/distribute-maven.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index da5f02b..081c356 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -194,18 +194,22 @@ jobs:
           [ "${INPUTS_DETAILS}" = "true" ] && DETAILS_JSON=true
           jq -n --arg publisher github \
                 --arg jwt "$JWT" \
+                --arg uid "$INPUTS_ASF_UID" \
+                --arg project "$INPUTS_PROJECT" \
                 --arg version "$INPUTS_VERSION" \
-                --arg platform "maven" \
+                --arg platform "MAVEN" \
                 --arg distribution_owner_namespace 
"$INPUTS_DISTRIBUTION_OWNER_NAMESPACE" \
                 --arg distribution_package "$INPUTS_DISTRIBUTION_PACKAGE" \
                 --arg distribution_version "$INPUTS_DISTRIBUTION_VERSION" \
                 --argjson staging "$STAGING_JSON" \
                 --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}' |
+                '{publisher:$publisher, jwt:$jwt, asf_uid:$uid, 
project:$project, 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/distribute/record_from_workflow";
         env:
+          INPUTS_PROJECT: ${{ inputs.project }}
           INPUTS_VERSION: ${{ inputs.version }}
+          INPUTS_ASF_UID: ${{ inputs.asf-uid }}
           INPUTS_DISTRIBUTION_OWNER_NAMESPACE: ${{ 
inputs.distribution-owner-namespace }}
           INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
           INPUTS_DISTRIBUTION_VERSION: ${{ inputs.distribution-version }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to