We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a645694 commit ec16386Copy full SHA for ec16386
.github/workflows/release.yaml
@@ -3,7 +3,7 @@ on:
3
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#patterns-to-match-branches-and-tags
4
# e.g., v1.10.1
5
tags:
6
- - 'v[12].[0-9]+.[0-9]+'
+ - 'v[0-9].[0-9]+.[0-9]+'
7
permissions:
8
contents: write
9
jobs:
0 commit comments