We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992fee9 commit b6b86a8Copy full SHA for b6b86a8
.github/workflows/create-github-release.yml
@@ -4,6 +4,9 @@ name: Create github release
4
5
on:
6
workflow_dispatch:
7
+ push:
8
+ tags:
9
+ - 'v*'
10
11
jobs:
12
build:
0 commit comments