Skip to content

Commit b6b86a8

Browse files
committed
build: Create release automatically on pushing tag
1 parent 992fee9 commit b6b86a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-github-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: Create github release
44

55
on:
66
workflow_dispatch:
7+
push:
8+
tags:
9+
- 'v*'
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)