We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 058c38a + 34ba74f commit ae2d029Copy full SHA for ae2d029
.github/workflows/publish-package.yml
@@ -4,8 +4,8 @@ on:
4
branches:
5
- main
6
tags:
7
- - [0-9]+.[0-9]+
8
- - [0-9]+.[0-9]+.[0-9]+
+ - '[0-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+'
9
pull_request:
10
11
0 commit comments