Skip to content

Commit

Permalink
ci: merge release notification action (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamahmood authored Apr 2, 2024
1 parent c2c56f8 commit dfead23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release-notification.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release Version ${{ github.event.inputs.Version }}
body: ${{ steps.tag_version.outputs.changelog }}

- name: Send slack notification
id: slack
uses: slackapi/[email protected]
with:
channel-id: 'C012YFE3D6D'
slack-message: "unirest-php release has been triggered!"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit dfead23

Please sign in to comment.