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 4949eaa commit d75e1bfCopy full SHA for d75e1bf
.github/workflows/Build.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Calculate build variables
38
id: buildVariables
39
run: |
40
- if ! [[ "$GIT_REF" =~ 'release-[0-9]?\.[0-9]?$' ]]; then
+ if ! [[ "$GIT_REF" =~ 'release-.+$' ]]; then
41
CommitNumber=$(git rev-list --count HEAD)
42
else
43
CommitNumber=$(git rev-list --count origin/master..)
0 commit comments