Skip to content

Commit c80f2f5

Browse files
committed
release process: change allowed tags
1 parent 8b84df9 commit c80f2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: validate tag
2222
run: |
2323
tag=`git describe --exact-match --tags 2> /dev/null`
24-
if [[ $tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)?$ ]]; then
24+
if [[ $tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-crc[0-9]+|-community)$ ]]; then
2525
echo "$tag is a valid release tag"
2626
set -e
2727
echo "tag=$tag" >> $GITHUB_ENV

0 commit comments

Comments
 (0)