Skip to content

Commit 21ea623

Browse files
Update .github/workflows/publish.yaml
Co-authored-by: Matt Cowsert <matthew@finops.org>
1 parent 0426dcc commit 21ea623

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

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-
- 'v[0-9].[0-9].[0-9]'
6-
- 'v[0-9].[0-9].[0-9]-dev[0-9]'
7-
- 'v[0-9].[0-9].[0-9]-rc[0-9]'
5+
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v[0-9]+.[0-9]+.[0-9]+-dev[0-9]+'
7+
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
88
jobs:
99
publish:
1010
permissions:

0 commit comments

Comments
 (0)