Skip to content

Commit a2d538e

Browse files
change trigger to release published type
this way pre-releases can be published as well
1 parent 2825e4d commit a2d538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
release:
5-
types: [released]
5+
types: [published]
66

77
permissions:
88
contents: write

0 commit comments

Comments
 (0)