Skip to content

Release 2.8.1

Release 2.8.1 #8

Workflow file for this run

name: Notify Slack Channel
on:
release:
types: [published]
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: neolution-ch/action-release-notifier@v1
with:
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}