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 9d7ec18 Try adding CLI options to validate
9d7ec18 is described below
commit 9d7ec18c07d041b23da446e9f47f5400ae55b4d5
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Jan 19 11:06:23 2026 +0000
Try adding CLI options to validate
---
.github/workflows/distribute-maven-stg.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 67ce7f2..1a00963 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -259,7 +259,7 @@ jobs:
- name: Get store ID and publish
run: |
echo "Publishing store: $NJORD_STORE-00001"
- mvn njord:validate -Dnjord.store=$NJORD_STORE-00001
+ mvn njord:validate -Dnjord.store=$NJORD_STORE-00001
-Dnjord.target=rao3
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging
mvn njord:publish -Dnjord.store=$NJORD_STORE-00001
-Dnjord.target=rao3
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging
mvn njord:drop -Dnjord.store=$NJORD_STORE-00001
env:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]