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 098920e  Wait before recording the distribution to give time to 
propagate
098920e is described below

commit 098920e2076ccf665ea1e43d0ce824da725434fa
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 21 14:38:01 2026 +0000

    Wait before recording the distribution to give time to propagate
---
 .github/workflows/distribute-maven.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 1c486cc..2740b98 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -280,6 +280,10 @@ jobs:
         env:
           INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
 
+      - name: Sleep for 30 seconds
+        run: sleep 30s
+        shell: bash
+
       - name: Report status back to ATR
         shell: bash
         run: |


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

Reply via email to