Skip to content

Commit 76cae66

Browse files
fix: only run on full version tags
1 parent b77827c commit 76cae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-tag-to-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
push:
77
# Pattern matched against refs/tags
88
tags:
9-
- '*'
9+
- 'v[0-9]+.[0-9]+.[0-9]+'
1010

1111
jobs:
1212
set-version:

0 commit comments

Comments
 (0)