This is an automated email from the ASF dual-hosted git repository.

piotr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new 33f206f1 chore(ci): update regex of ci-publish-go.yml to support 
special Pre-release suffix. (#2046)
33f206f1 is described below

commit 33f206f1682c0d3bbc1b37a02529a9c20dc57f7c
Author: Chengxi <[email protected]>
AuthorDate: Mon Jul 28 07:11:46 2025 -0400

    chore(ci): update regex of ci-publish-go.yml to support special Pre-release 
suffix. (#2046)
---
 .github/workflows/ci-publish-go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-publish-go.yml 
b/.github/workflows/ci-publish-go.yml
index 5cab1bf5..7c5e1e1c 100644
--- a/.github/workflows/ci-publish-go.yml
+++ b/.github/workflows/ci-publish-go.yml
@@ -31,7 +31,7 @@ jobs:
 
       - name: Validate tag format
         run: |
-          if [[ ! "$TAG" =~ 
^foreign/go/v([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$ ]]; then
+          if [[ ! "$TAG" =~ 
^foreign/go/v([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})(-[0-9A-Za-z\-\.]+)?$ ]]; 
then
             echo "Tag $TAG does not match required format: foreign/go/vX.Y.Z"
             exit 1
           fi

Reply via email to