Skip to content

Commit c5fbbe1

Browse files
committed
use v prefix for tags
1 parent 76d33d8 commit c5fbbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: Publish
77
on:
88
push:
99
tags:
10-
- 'release-[0-9]+.[0-9]+.[0-9]+'
11-
- 'release-[0-9]+.[0-9]+.[0-9]+-[A-Za-z]+.[0-9]+'
10+
- 'v[0-9]+.[0-9]+.[0-9]+'
11+
- 'v[0-9]+.[0-9]+.[0-9]+-[A-Za-z]+.[0-9]+'
1212
pull_request:
1313

1414
concurrency:

0 commit comments

Comments
 (0)