Skip to content

Release 3.0.2-rc.0

Release 3.0.2-rc.0 #12

Workflow file for this run

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