Skip to content

Commit b16be67

Browse files
committed
Switch to released event
The published event does not seem to trigger when we want and it may trigger for pre-releases also.
1 parent e1b47df commit b16be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Update Milestone on Release'
22

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

77
jobs:
88
update-milestone-on-release:

0 commit comments

Comments
 (0)