We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68509fc commit 065f65fCopy full SHA for 065f65f
.github/workflows/release.yml
@@ -5,8 +5,7 @@ on:
5
tags:
6
- "*beta*"
7
- "*pre*"
8
- # uncomment this later when we're ready for production releases
9
- # - "1[0-9]+.[0-9]+.[0-9]+"
+ - "1[0-9]+.[0-9]+.[0-9]+"
10
11
jobs:
12
prerelease:
0 commit comments