Skip to content

Commit

Permalink
Evaluating patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Feb 17, 2021
1 parent 8fd3282 commit 711e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
BRANCH=$(basename "${{ github.ref }}")
if [[ ${BRANCH} =~ ^release-.*|^v[0-9]{2}.[0-9]{2}$|^v[0-9]{2}.[0-9]{2}(.[0-9]{1,2})?$ ]]; then
if [[ ${BRANCH} =~ ^release-.*|^v[0-9]{2}.[0-9]{2}(.[0-9]{1,2})?$ ]]; then
IS_RELEASE='true'
else
IS_RELEASE='false'
Expand Down

0 comments on commit 711e95b

Please sign in to comment.