Skip to content

Commit 18a81e2

Browse files
committed
Merge remote-tracking branch 'origin/candidate-10.0.x'
Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com> # Conflicts: # helm/hpcc/Chart.yaml # helm/hpcc/templates/_helpers.tpl # version.cmake
2 parents 42b18ee + 10c9a01 commit 18a81e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jirabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
return [major, minor, point]
8282
8383
def getTagVersionForCmd(cmd):
84-
versionPattern = re.compile(r".*([0-9]+\.[0-9]+\.[0-9]+).*")
84+
versionPattern = re.compile(r"[^0-9]*([0-9]+\.[0-9]+\.[0-9]+).*")
8585
8686
# Get latest release version
8787
gitTagProcess = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True)

0 commit comments

Comments
 (0)