We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15089b commit 8e36a90Copy full SHA for 8e36a90
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Create release
2
on:
3
push:
4
tags:
5
- - "[0-9]+.[0-9]+.[0-9]+-?**"
6
-
+ - '[0-9]+.[0-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+-**'
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
0 commit comments