Skip to content
Snippets Groups Projects
Commit e0a08ed7 authored by Joel Takvorian's avatar Joel Takvorian
Browse files

release process: change allowed tags

parent 374891ab
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
- name: validate tag - name: validate tag
run: | run: |
tag=`git describe --exact-match --tags 2> /dev/null` tag=`git describe --exact-match --tags 2> /dev/null`
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
echo "$tag is a valid release tag" echo "$tag is a valid release tag"
set -e set -e
echo "tag=$tag" >> $GITHUB_ENV echo "tag=$tag" >> $GITHUB_ENV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment