Skip to content

Commit caa92b1

Browse files
committed
chore: fix release trigger
1 parent 811cd7b commit caa92b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Build and Release
22

33
on:
44
release:
5-
types: [published]
5+
types:
6+
- published
7+
- created
8+
- released
69
push:
710
branches:
811
- master
@@ -51,4 +54,5 @@ jobs:
5154
repo_token: ${{ secrets.GITHUB_TOKEN }}
5255
file: ./${{ steps.info.outputs.RELEASE_NAME }}.zip
5356
tag: ${{ github.ref }}
57+
overwrite: true
5458

0 commit comments

Comments
 (0)