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 a1fe9bd  Try setting URL directly
a1fe9bd is described below

commit a1fe9bdd652bf4562f0e297f9f5bc3f64d3d2628
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 15:20:11 2026 +0000

    Try setting URL directly
---
 .github/workflows/distribute-maven-stg.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index cdf41e6..5f33f2a 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -208,8 +208,7 @@ jobs:
         run: |
           echo "Publishing store: $INPUTS_DISTRIBUTION_PACKAGE-00001"
           mvn njord:validate -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 
-X
-          cat ~/.m2/settings.xml
-          mvn njord:publish -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 
-Dnjord.target=rao3 -X
+          mvn njord:publish -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 
-Dnjord.target=rao3 
-Dnjord.publisher.sonatype-nx3.releaseRepositoryName=maven-staging -X
           mvn njord:drop -Dnjord.store=$INPUTS_DISTRIBUTION_PACKAGE-00001 -X
         env:
           INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}


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

Reply via email to