We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b77827c + 76cae66 commit 8d3a8c6Copy full SHA for 8d3a8c6
1 file changed
.github/workflows/push-tag-to-extensions.yml
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
6
push:
7
# Pattern matched against refs/tags
8
tags:
9
- - '*'
+ - 'v[0-9]+.[0-9]+.[0-9]+'
10
11
jobs:
12
set-version:
0 commit comments