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 ffc26b1 Some logging fixes and working directory for maven
ffc26b1 is described below
commit ffc26b1cfd9e05a090cca4f145b025f3d106a7bf
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 14:07:09 2026 +0000
Some logging fixes and working directory for maven
---
.github/workflows/distribute-maven-stg.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 02befd4..5008187 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -142,7 +142,6 @@ jobs:
- name: Report status back to ATR
shell: bash
- if: always()
run: |
set -euxo pipefail
jq -n --arg publisher github \
@@ -186,6 +185,7 @@ jobs:
SSH_PRIVATE_KEY_PATH: ${{
steps.generate-ssh-key.outputs.ssh_private_key_path }}
- name: Build and stage locally
+ working-directory: ./stg
run: |
mvn clean deploy -DaltDeploymentRepository=local::njord:
@@ -204,6 +204,7 @@ jobs:
- name: Get store ID and publish
+ working-directory: ./stg
run: |
STORE_ID=$(mvn njord:list -q | grep -oP
'$INPUTS_DISTRIBUTION_PACKAGE-\d+' | tail -1)
echo "Publishing store: $STORE_ID"
@@ -215,7 +216,6 @@ jobs:
- name: Report status back to ATR
shell: bash
- if: always()
run: |
set -euxo pipefail
jq -n --arg publisher github \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]