Skip to content

Commit 7b2b724

Browse files
authored
Fix release workflows (#93)
1 parent 78f0360 commit 7b2b724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag-pushed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '\d+\.\d+\.\d+'
7+
- 'v\d+\.\d+\.\d+'
78

89
jobs:
910
ci-build-push:
@@ -56,4 +57,4 @@ jobs:
5657
context: .
5758
push: true
5859
tags: ${{ steps.meta.outputs.tags }}
59-
labels: ${{ steps.meta.outputs.labels }}
60+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)