Skip to content

Commit

Permalink
Update release-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
usamabintariq authored Mar 22, 2024
1 parent 589ae13 commit 55e99e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Notification

on:
release:
types: [published]
types: [released]

jobs:
send-slack-notification:
Expand All @@ -16,4 +16,4 @@ jobs:
channel-id: 'C012YFE3D6D'
slack-message: "unirest-php release has been triggered!"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 55e99e6

Please sign in to comment.