Skip to content

Commit 5be37ca

Browse files
committed
fixup! feat: add release workflow
Signed-off-by: Brian McGee <[email protected]>
1 parent fe1fad5 commit 5be37ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release Binaries
22
on:
3-
workflow_dispatch:
4-
push:
5-
tags:
6-
- "v*"
3+
release:
4+
types: [created]
75

86
permissions:
97
contents: write

0 commit comments

Comments
 (0)