Skip to content

Commit fbb0e61

Browse files
committed
fix: swap tags for releases as criteria
1 parent 640749f commit fbb0e61

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: release
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
release:
5+
types: [published]
76

87
jobs:
98
release:

0 commit comments

Comments
 (0)