Skip to content

Commit 7be416f

Browse files
committed
ci: fix releaser.yaml
Signed-off-by: emdneto <[email protected]>
1 parent f718b7f commit 7be416f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
on:
2-
release:
3-
types: [created]
1+
on:
2+
push:
3+
tags: ["v*"]
44

55
jobs:
66
releases-matrix:

0 commit comments

Comments
 (0)