We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb914a1 commit 1731a66Copy full SHA for 1731a66
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
push:
13
branches: [master]
14
tags:
15
- - 'v(\d|\.)+' # Only if the tag contains 'v0.0.0' etc
+ - 'v(\d|\.|-|[A-Z])+' # Only if the tag contains 'v0.0.0' etc
16
# Allows you to run this workflow manually from the Actions tab when needed
17
workflow_dispatch:
18
0 commit comments