Skip to content

Commit 75df66c

Browse files
committed
Change publish workflow to trigger on 'published'
1 parent 77bd002 commit 75df66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
release:
55
types: # https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#release
6-
- released
6+
- published
77

88
jobs:
99
main:

0 commit comments

Comments
 (0)