We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b422f43 commit 6cb7febCopy full SHA for 6cb7feb
.github/workflows/release.yml
@@ -5,8 +5,8 @@ permissions:
5
contents: read
6
7
on:
8
- create:
9
- tags: [ "v*" ]
+ push:
+ tags: [ "v[0-9]+*" ]
10
11
jobs:
12
0 commit comments