We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5dede commit 7429acbCopy full SHA for 7429acb
1 file changed
.github/workflows/tagged-release.yml
@@ -6,6 +6,11 @@ on:
6
# mark as test allow additional releases within a day with
7
# a marker after test.
8
- '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-test[a-z]*'
9
+ # Release tags once things are verified.
10
+ - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]'
11
+ # mark as test allow additional releases within a day with
12
+ # a marker after test.
13
+ - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]-[a-z]*'
14
jobs:
15
release:
16
uses: ./.github/workflows/release.yml
0 commit comments