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