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 7c16848 Add debug
7c16848 is described below
commit 7c16848ca09ce1eb2ff58a21e4086f5dd07538e2
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 14:12:01 2026 +0000
Add debug
---
.github/workflows/distribute-maven-stg.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 5008187..c0dec74 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -208,9 +208,9 @@ jobs:
run: |
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
- mvn njord:publish -Dnjord.store=$STORE_ID -Dnjord.target=rao3
- mvn njord:drop -Dnjord.store=$STORE_ID
+ mvn njord:validate -Dnjord.store=$STORE_ID -X
+ mvn njord:publish -Dnjord.store=$STORE_ID -Dnjord.target=rao3 -X
+ mvn njord:drop -Dnjord.store=$STORE_ID -X
env:
INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]