Skip to content

Commit

Permalink
fix(ci): fix triggering event for the Release Notification action (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Sep 8, 2022
1 parent 023afd5 commit f414a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release Notifications
on:
release:
types: [published]
types:
- released

# Grant no permissions to this workflow.
permissions: {}
Expand Down

0 comments on commit f414a18

Please sign in to comment.