Skip to content

Commit c907e46

Browse files
author
Geoff Lee
committed
change tags to release
1 parent 0e38e63 commit c907e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: publish
22
on:
33
push:
44
tags:
5-
- "[0-9]+.[0-9]+.[0-9]+" # Push events to matching *, i.e. 1.0, 20.15.10
6-
- "[0-9]+.[0-9]+.[0-9]+rc*" # Push events to matching *rc*, i.e. 1.0rc1, 20.15.10rc5
7-
- "[0-9]+.[0-9]+.[0-9]+b*" # Push events to matching *b*, i.e. 1.0b1, 20.15.10b5
5+
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching *, i.e. 1.0, 20.15.10
6+
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching *rc*, i.e. v1.0-rc1, v20.15.10-rc5
7+
- "v[0-9]+.[0-9]+.[0-9]+-beta*" # Push events to matching *b*, i.e. v1.0-beta1, v20.15.10-beta5
88

99
jobs:
1010
publish:

0 commit comments

Comments
 (0)