Skip to content

Commit b25f114

Browse files
committed
[ADD] a line to prevent tags releases from being triggered when -doc is appended to the tag.
1 parent 3fe45e5 commit b25f114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_vsix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
tags:
77
- "v*.*.*" # publish when you tag a release
8+
- "!v*.*.*-doc"
89

910
permissions:
1011
contents: write

0 commit comments

Comments
 (0)