diff --git a/.github/workflows/release-notifications.yaml b/.github/workflows/release-notifications.yaml index 8d3aebae..8deb00c4 100644 --- a/.github/workflows/release-notifications.yaml +++ b/.github/workflows/release-notifications.yaml @@ -1,7 +1,8 @@ name: Release Notifications on: release: - types: [published] + types: + - released # Grant no permissions to this workflow. permissions: {}