Skip to content

Commit 4cd7f54

Browse files
committed
fix: trigger release build on tag push instead of release published
1 parent f3a2690 commit 4cd7f54

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release Installer
22

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

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)