Skip to content

Commit 065f65f

Browse files
committed
chore(release) allow release script to handle production releases
1 parent 68509fc commit 065f65f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
tags:
66
- "*beta*"
77
- "*pre*"
8-
# uncomment this later when we're ready for production releases
9-
# - "1[0-9]+.[0-9]+.[0-9]+"
8+
- "1[0-9]+.[0-9]+.[0-9]+"
109

1110
jobs:
1211
prerelease:

0 commit comments

Comments
 (0)