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