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 4b36904a4c2cd4f8b141c9aa0357214ada66a0b0
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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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

Reply via email to