Skip to content

Commit ec16386

Browse files
authored
ci: fix typo in release tags 🐙 (#56)
* ci: create automatic releases for tagged commits🐙 * ci: fix typo in tags
1 parent a645694 commit ec16386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#patterns-to-match-branches-and-tags
44
# e.g., v1.10.1
55
tags:
6-
- 'v[12].[0-9]+.[0-9]+'
6+
- 'v[0-9].[0-9]+.[0-9]+'
77
permissions:
88
contents: write
99
jobs:

0 commit comments

Comments
 (0)