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 c1973d4 Send phase back to ATR on distribute
c1973d4 is described below
commit c1973d47f94159617dd24c011cb4e629e22d144b
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 15:11:45 2026 +0000
Send phase back to ATR on distribute
---
.github/workflows/distribute-maven.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/distribute-maven.yml
b/.github/workflows/distribute-maven.yml
index 081c356..966d385 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -197,6 +197,7 @@ jobs:
--arg uid "$INPUTS_ASF_UID" \
--arg project "$INPUTS_PROJECT" \
--arg version "$INPUTS_VERSION" \
+ --arg phase "$INPUTS_PHASE" \
--arg platform "MAVEN" \
--arg distribution_owner_namespace
"$INPUTS_DISTRIBUTION_OWNER_NAMESPACE" \
--arg distribution_package "$INPUTS_DISTRIBUTION_PACKAGE" \
@@ -209,6 +210,7 @@ jobs:
env:
INPUTS_PROJECT: ${{ inputs.project }}
INPUTS_VERSION: ${{ inputs.version }}
+ INPUTS_PHASE: ${{ inputs.phase }}
INPUTS_ASF_UID: ${{ inputs.asf-uid }}
INPUTS_DISTRIBUTION_OWNER_NAMESPACE: ${{
inputs.distribution-owner-namespace }}
INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]