We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3825a7e commit 74b4d37Copy full SHA for 74b4d37
1 file changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
tags:
7
- - 'v*'
+ - "[0-9]*"
8
9
jobs:
10
build-and-package:
0 commit comments