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


The following commit(s) were added to refs/heads/main by this push:
     new 1f6f5b8ed Add additional suffixes to trigger the release workflow
1f6f5b8ed is described below

commit 1f6f5b8edf92d7d3cd2f876fe9f444f95efd6acd
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