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 5823ebf  Make sure we actually print the store names
5823ebf is described below

commit 5823ebf94944df3db4baa1833790b36dc5cc8161
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 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index dbc94e8..0c8fc98 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -206,9 +206,7 @@ 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)
+          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