Skip to content

Commit

Permalink
hotfix: fix trigger tag expression for release oceanbase workflows (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star authored and whhe committed Aug 20, 2024
1 parent ae01a29 commit 3c91760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-lts-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: release lts oceanbase-ce
on:
push:
tags:
- "lts-oceanbase-ce-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "lts-oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "lts-oceanbase-ce-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "lts-oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"

env:
tagName: ${{ github.ref_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: release oceanbase-ce
on:
push:
tags:
- "oceanbase-ce-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "oceanbase-ce-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"

env:
tagName: ${{ github.ref_name }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-oceanbase-cloud-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: release oceanbase-cloud-native
on:
push:
tags:
- "oceanbase-cloud-native-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "lts-oceanbase-(\d+\.\d+\.\d+\.\d+)-(\d{18})"
- "oceanbase-cloud-native-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "lts-oceanbase-[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9]+"

env:
tagName: ${{ github.ref_name }}
Expand Down

0 comments on commit 3c91760

Please sign in to comment.