From 55e99e6b67ed33baede9cf0e04a2fee70a1d1b8c Mon Sep 17 00:00:00 2001 From: Usama Bin Tariq <31243495+usamabintariq@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:40:29 +0500 Subject: [PATCH] Update release-notification.yml --- .github/workflows/release-notification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index 7392e02..1fe7ebf 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -2,7 +2,7 @@ name: Release Notification on: release: - types: [published] + types: [released] jobs: send-slack-notification: @@ -16,4 +16,4 @@ jobs: channel-id: 'C012YFE3D6D' slack-message: "unirest-php release has been triggered!" env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} \ No newline at end of file + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}