Skip to content

Commit 3c91760

Browse files
chris-sun-starwhhe
authored andcommitted
hotfix: fix trigger tag expression for release oceanbase workflows (#41)
1 parent ae01a29 commit 3c91760

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release-lts-oceanbase-ce.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: release lts oceanbase-ce
33
on:
44
push:
55
tags:
6-
- "lts-oceanbase-ce-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
7-
- "lts-oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
6+
- "lts-oceanbase-ce-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
7+
- "lts-oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
88

99
env:
1010
tagName: ${{ github.ref_name }}

.github/workflows/release-oceanbase-ce.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: release oceanbase-ce
33
on:
44
push:
55
tags:
6-
- "oceanbase-ce-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
7-
- "oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
6+
- "oceanbase-ce-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
7+
- "oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
88

99
env:
1010
tagName: ${{ github.ref_name }}

.github/workflows/release-oceanbase-cloud-native.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: release oceanbase-cloud-native
33
on:
44
push:
55
tags:
6-
- "oceanbase-cloud-native-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
7-
- "oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
8-
- "lts-oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
6+
- "oceanbase-cloud-native-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
7+
- "oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
8+
- "lts-oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
99

1010
env:
1111
tagName: ${{ github.ref_name }}

0 commit comments

Comments
 (0)