We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1c95b commit 7a84d6dCopy full SHA for 7a84d6d
1 file changed
‎.github/workflows/release-version.yml‎
@@ -2,9 +2,9 @@
2
name: Release new version
3
4
on: # yamllint disable-line rule:truthy
5
- push:
6
- tags:
7
- - 'v*'
+ release:
+ types:
+ - published
8
9
jobs:
10
release-version:
0 commit comments