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 4aa8c81 Try setting all the settings the hard way
4aa8c81 is described below
commit 4aa8c812df6619fec35f481d108c51e8ebfc4303
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Jan 19 11:30:28 2026 +0000
Try setting all the settings the hard way
---
.github/workflows/distribute-maven-stg.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 1a00963..5ed352d 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -259,8 +259,8 @@ jobs:
- name: Get store ID and publish
run: |
echo "Publishing 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:validate -Dnjord.store=$NJORD_STORE-00001
-Dnjord.target=rao3
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging
-Dnjord.publisher=sonatype-nx3
-Dnjord.publisher.sonatype-nx3.baseUrl=https://repository.apache.org:4443
+ mvn njord:publish -Dnjord.store=$NJORD_STORE-00001
-Dnjord.target=rao3
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging
-Dnjord.publisher=sonatype-nx3
-Dnjord.publisher.sonatype-nx3.baseUrl=https://repository.apache.org:4443
mvn njord:drop -Dnjord.store=$NJORD_STORE-00001
env:
INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]