We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c1622 + 696a4d3 commit a242303Copy full SHA for a242303
1 file changed
.github/workflows/notify-slack.yml
@@ -0,0 +1,16 @@
1
+name: Notify Slack Channel
2
+
3
+on:
4
+ release:
5
+ types: [published]
6
7
+jobs:
8
+ notify:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: neolution-ch/action-release-notifier@v1
12
+ with:
13
+ slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
14
+ slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
15
+ ignore-alpha-releases: true
16
+ ignore-rc-releases: true
0 commit comments