We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9eefea commit 8750c38Copy full SHA for 8750c38
.github/workflows/release.yml
@@ -5,6 +5,7 @@ on:
5
tags:
6
- "v[0-9]+.[0-9]+.[0-9]+"
7
- "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
8
+ - "version-[0-9]+.[0-9]+.[0-9]+"
9
10
env:
11
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx2g -Xms2g
0 commit comments