Skip to content

Commit 5fad1fb

Browse files
committed
Fix release tag regex
1 parent 69d5106 commit 5fad1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
tags: ['[0-9]+.[0-9]+.[0-9]+(-.*)?']
4+
tags: ['[0-9]+.[0-9]+.[0-9]+', '[0-9]+.[0-9]+.[0-9]+-preview.[0-9]+']
55
paths-ignore: [ 'docs/**' ]
66

77
permissions: write-all

0 commit comments

Comments
 (0)