We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058c38a commit 34ba74fCopy full SHA for 34ba74f
.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