Skip to content

Commit 0f9cdda

Browse files
Update publish-binary.yml
1 parent 43dadd4 commit 0f9cdda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-binary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- '*'
7+
release:
8+
types: [published]
79

810
jobs:
911
build:
@@ -34,4 +36,4 @@ jobs:
3436
file: dist/*
3537
file_glob: true
3638
tag: ${{ github.ref }}
37-
overwrite: true
39+
overwrite: true

0 commit comments

Comments
 (0)