We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea2f38 commit e4cce1eCopy full SHA for e4cce1e
1 file changed
.github/workflows/release.yml
@@ -2,8 +2,7 @@ name: Release
2
3
on:
4
push:
5
- tags:
6
- - "v[0-9]+.[0-9]+.[0-9]+"
+ tags: ["*"]
7
workflow_dispatch:
8
inputs:
9
tag:
0 commit comments