We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a1061 commit 36f5c9fCopy full SHA for 36f5c9f
.github/workflows/publish.yaml
@@ -7,7 +7,8 @@ on:
7
pull_request:
8
branches: [ main ]
9
push:
10
- tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
+ # Match <package-name>-v<version> publish tags
11
+ tags: [ '[A-z0-9]+-v[0-9]+.[0-9]+.[0-9]+' ]
12
13
jobs:
14
publish:
0 commit comments