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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 27dba59bbf6082b2533d60dab7c10755dcb81996
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Jan 7 11:16:32 2025 +0100

    Add additional suffixes to trigger the release workflow
---
 .github/workflows/release.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f69109dd8..e6909bb5d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,7 +4,9 @@ on:
   push:
     tags:
       - 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
-
+      - 'v[0-9]+.[0-9]+.[0-9]+-alpha[0-9]+'
+      - 'v[0-9]+.[0-9]+.[0-9]+-beta[0-9]+'
+      - 'v[0-9]+.[0-9]+.[0-9]+-test[0-9]+'
 jobs:
   publish-candidate:
     name: Publish candidate

Reply via email to