Skip to content

Commit c50d133

Browse files
authored
ci: merge release notification action (#64)
1 parent 5fd1a5c commit c50d133

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

.github/workflows/release-notification.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ jobs:
3939
tag: ${{ steps.tag_version.outputs.new_tag }}
4040
name: Release Version ${{ github.event.inputs.Version }}
4141
body: ${{ steps.tag_version.outputs.changelog }}
42+
43+
- name: Send slack notification
44+
id: slack
45+
uses: slackapi/[email protected]
46+
with:
47+
channel-id: 'C012YFE3D6D'
48+
slack-message: "core-lib-csharp release has been triggered!"
49+
env:
50+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)