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 60af0e2  Some extra debug output
60af0e2 is described below

commit 60af0e229783760c25e7d6f9681c7a0266f58dda
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 14:16:47 2026 +0000

    Some extra debug output
---
 .github/workflows/distribute-maven-stg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index c0dec74..dbc94e8 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -206,6 +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)
           echo "Publishing store: $STORE_ID"
           mvn njord:validate -Dnjord.store=$STORE_ID -X


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

Reply via email to