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 9f10292 Additional logging
9f10292 is described below
commit 9f10292413811018aaa3dad6ddb552e7fb54acca
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 14:48:35 2026 +0000
Additional logging
---
.github/workflows/distribute-maven-stg.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 316d238..45107b6 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -206,6 +206,11 @@ jobs:
- name: Get store ID and publish
working-directory: ./stg
run: |
+ echo "Listing stores, looking for package:
$INPUTS_DISTRIBUTION_PACKAGE"
+ mvn njord:list
+ echo 1
+ mvn njord:list | grep -oP '$INPUTS_DISTRIBUTION_PACKAGE-\d+'
+ echo 2
mvn njord:list | grep -oP '$INPUTS_DISTRIBUTION_PACKAGE-\d+' | tail
-1
STORE_ID=$(mvn njord:list | grep -oP
'$INPUTS_DISTRIBUTION_PACKAGE-\d+' | tail -1)
echo "Publishing store: $STORE_ID"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]