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 1a0b9de  Enable automatic publishing
1a0b9de is described below

commit 1a0b9defe80115e1501dce9068908c3923137ad7
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 21 09:15:25 2026 +0000

    Enable automatic publishing
---
 .github/workflows/distribute-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 6bfcec3..50d758e 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -274,7 +274,7 @@ jobs:
         run: |
           echo "Publishing store: $NJORD_STORE-00001"
           mvn njord:validate -Dnjord.store=$NJORD_STORE-00001
-          mvn njord:publish -Dnjord.store=$NJORD_STORE-00001
+          mvn njord:publish -Dnjord.store=$NJORD_STORE-00001 
-Dnjord.publishingType=automatic
           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]

Reply via email to