Skip to content

Commit 8870a35

Browse files
committed
chore: update the release ci
1 parent 3a7ceff commit 8870a35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Build
22

33
on:
4-
create:
4+
push:
55
tags:
66
- 'v*.*.*'
77

@@ -69,4 +69,4 @@ jobs:
6969
secrets: inherit
7070
with:
7171
rev: 1
72-
needs: [release_amd64, release_arm64v8]
72+
needs: [release_amd64, release_arm64v8]

0 commit comments

Comments
 (0)