We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe45e5 commit b25f114Copy full SHA for b25f114
.github/workflows/publish_vsix.yaml
@@ -5,6 +5,7 @@ on:
5
push:
6
tags:
7
- "v*.*.*" # publish when you tag a release
8
+ - "!v*.*.*-doc"
9
10
permissions:
11
contents: write
0 commit comments