Skip to content

Commit e5df649

Browse files
committed
🍚 🥫 🍅 update release CI
1 parent 2b9df3a commit e5df649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-client.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release client
33
on:
44
push:
55
tags:
6-
- v*.*.*
6+
- '*.*.*'
77
branches-ignore:
88
- '**'
99

.github/workflows/release-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release server
33
on:
44
push:
55
tags:
6-
- v*.*.*
6+
- '*.*.*'
77
branches-ignore:
88
- '**'
99

0 commit comments

Comments
 (0)