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

commit b24025abf472193b498a061a534ec6da3d5be456
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 14:36:04 2026 +0000

    Make sure we actually print the store names
---
 .github/workflows/distribute-maven-stg.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index dbc94e8..316d238 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -206,9 +206,8 @@ jobs:
       - name: Get store ID and publish
         working-directory: ./stg
         run: |
-          echo "Listing stores, looking for package: 
$INPUTS_DISTRIBUTION_PACKAGE"
-          mvn njord:list
-          STORE_ID=$(mvn njord:list -q | grep -oP 
'$INPUTS_DISTRIBUTION_PACKAGE-\d+' | tail -1)
+          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"
           mvn njord:validate -Dnjord.store=$STORE_ID -X
           mvn njord:publish -Dnjord.store=$STORE_ID -Dnjord.target=rao3 -X


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

Reply via email to