Skip to content

Commit bd63350

Browse files
authored
Merge pull request #7 from tencentcloudstack/fix/release-trigger
fix: skip suffixed semver action trigger
2 parents 6104172 + a71e92e commit bd63350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
tags:
55
- v*.*.*
6-
- v*.*.*-**
6+
- "!v*.*.*-**"
77
env:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)