We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ce424 commit 42975e1Copy full SHA for 42975e1
.github/workflows/github-release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- '[0-9]+.[0-9]+.[0-9]+'
7
+ - '[0-9]+.[0-9]+.[0-9]+-alpha[0-9]+'
8
+ - '[0-9]+.[0-9]+.[0-9]+-beta[0-9]+'
9
- '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
10
11
jobs:
0 commit comments