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 b11ce7f  Support no side files
b11ce7f is described below

commit b11ce7fd0e19b28af957058e6b9e1d36777fc897
Author: Alastair McFarlane <[email protected]>
AuthorDate: Fri Jan 16 17:22:45 2026 +0000

    Support no side files
---
 .github/workflows/distribute-maven-stg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index aedbe2a..67ce7f2 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -213,6 +213,7 @@ jobs:
           BASE="${INPUTS_DISTRIBUTION_PACKAGE}-${INPUTS_DISTRIBUTION_VERSION}"
 
           FILES="" CLASSIFIERS="" TYPES=""
+          shopt -s nullglob
           for f in "$DIR/${BASE}"-*.*; do
             # Skip checksums and signatures
             [[ "$f" =~ \.(asc|sha1|sha256|sha512|md5)$ ]] && continue


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

Reply via email to