Skip to content

Commit 6e14c16

Browse files
committed
ci(distribute): Revert to release types.
Published triggers on draft releases, which we would not want to distribute Revert "ci(distribute): change release event type from 'released' and 'prereleased' to 'published'" This reverts commit 0ce2054.
1 parent 0ce2054 commit 6e14c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/distribute.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Distribute
33
on:
44
release:
55
types:
6-
- published
6+
- released
7+
- prereleased
78

89
jobs:
910
package:

0 commit comments

Comments
 (0)