Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit d2757b8

Browse files
committed
fix(ci): fix trigger condition for release workflow
1 parent 906a566 commit d2757b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: automatic release
22
on:
3-
push:
4-
tags:
5-
- 'v*'
3+
release:
4+
types: [published]
65
jobs:
76
release:
87
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)