We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b84df9 commit c80f2f5Copy full SHA for c80f2f5
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: validate tag
22
run: |
23
tag=`git describe --exact-match --tags 2> /dev/null`
24
- if [[ $tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)?$ ]]; then
+ if [[ $tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-crc[0-9]+|-community)$ ]]; then
25
echo "$tag is a valid release tag"
26
set -e
27
echo "tag=$tag" >> $GITHUB_ENV
0 commit comments