Skip to content

Commit c1d9451

Browse files
committed
Fix trigger for update-manifest workflow
1 parent 9c1e76f commit c1d9451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update versions-manifest.json
22

33
on:
44
release:
5-
types: [published, deleted]
5+
types: [released, deleted]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)