Skip to content

Commit

Permalink
ci: merge release notification action (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamahmood committed Apr 2, 2024
1 parent 462b910 commit f061dab
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
Expand Up @@ -67,3 +67,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/slack-github-action@v1.25.0
with:
channel-id: 'C012YFE3D6D'
slack-message: "okhttp-client-adapter release has been triggered!"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit f061dab

Please sign in to comment.