Skip to content

Commit 3c825d0

Browse files
authored
ci: fix regex on release (#863)
Signed-off-by: Ning Yu <[email protected]>
1 parent b09acdd commit 3c825d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker Release
33
on:
44
push:
55
tags:
6+
- '[0-9]+\.[0-9]+\.[0-9]+'
67
- '[0-9]+\.[0-9]+\.[0-9]+\-?[a-zA-Z]*'
78

89
jobs:

.github/workflows/github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Github Release
33
on:
44
push:
55
tags:
6+
- '[0-9]+\.[0-9]+\.[0-9]+'
67
- '[0-9]+\.[0-9]+\.[0-9]+\-?[a-zA-Z]*'
78

89
jobs:

0 commit comments

Comments
 (0)