We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c706100 commit 693b264Copy full SHA for 693b264
.github/workflows/prerelease.yml
@@ -7,7 +7,7 @@ on:
7
branches: []
8
tags:
9
- "0.0.[0-9]+"
10
- - "0.0.[0-9]+-**"
+ - "[0-9]+.[0-9]+.[0-9]+-**"
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments