Skip to content

Commit 5e5e85c

Browse files
committed
Update deploy workflow to deal with version numbers contianing more than 1 digit
1 parent f61326f commit 5e5e85c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- '[0-9].[0-9].[0-9]'
7+
- '[0-9]+.[0-9]+.[0-9]+'
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)