Skip to content

Commit fc5b4bb

Browse files
committed
🔧 Run release workflow on tags
1 parent bee6201 commit fc5b4bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- 'v*.*.*'
67

78
jobs:
89
build-and-release:

0 commit comments

Comments
 (0)