Skip to content

Commit b666511

Browse files
authored
match wechat client version
1 parent 41d6470 commit b666511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Check Branch
8686
id: check-branch
8787
run: |
88-
if [[ ${{ github.ref }} =~ ^refs/heads/(main|v[0-9]+\.[0-9]+.*)$ ]]; then
88+
if [[ ${{ github.ref }} =~ ^refs/heads/(main|[0-9]+\.[0-9]+\.[0-9].*)$ ]]; then
8989
echo ::set-output name=match::true
9090
fi # See: https://stackoverflow.com/a/58869470/1123955
9191
- name: Is A Publish Branch

0 commit comments

Comments
 (0)