Skip to content

Commit bc37993

Browse files
authored
chore(workflow): allow v*-beta tags
1 parent b77b32f commit bc37993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
tags:
55
- 'v*'
66
- 'beta-v*'
7+
- 'v*-beta'
78

89
jobs:
910
changelog:
@@ -74,4 +75,4 @@ jobs:
7475
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7576
with:
7677
delete_release: true
77-
tag_name: ${{ github.ref_name }}
78+
tag_name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)