We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d495ae4 commit a4e8d31Copy full SHA for a4e8d31
.github/workflows/release.yml
@@ -1,8 +1,7 @@
1
name: Release
2
on:
3
push:
4
- tags:
5
- - v.*
+ tags: ["*"]
6
7
jobs:
8
build:
0 commit comments