We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4213f5c commit 7929527Copy full SHA for 7929527
.github/workflows/release.yml
@@ -5,8 +5,7 @@ on:
5
push:
6
# branches:
7
# - 'main'
8
- tags:
9
- - "v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+.[0-9]+)?"
+ tags: [ "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*" ]
10
workflow_dispatch:
11
repository_dispatch:
12
types: [ webhook ]
0 commit comments