Skip to content

Commit bfa45a7

Browse files
committed
chore(ci): fix on push tags
1 parent dfdf201 commit bfa45a7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Publish draft release
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+.*"
7-
- "[0-9]+.[0-9]+.[0-9]+.*"
6+
- "*"
87
workflow_dispatch:
98

109
jobs:

0 commit comments

Comments
 (0)