We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a943a commit b992503Copy full SHA for b992503
1 file changed
.github/workflows/publish.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- "[0-9]+.[0-9]+.[0-9]+"
7
+ - "[0-9]+.[0-9]+.[0-9]+-[a-z]+.[0-9]+"
8
9
jobs:
10
publish:
0 commit comments