Skip to content

v19.17.5

v19.17.5 #158

# This workflow announces the new release on the Frontend Slack channel
name: Announce the release on Slack
on:
release:
types: [created]
jobs:
announce-on-slack:
runs-on: ubuntu-latest
steps:
- name: Slackify the release body
id: release_body
uses: LoveToKnow/[email protected]
with:
text: ${{ github.event.release.body }}
- name: Announce on Slack 📢
uses: homeday-de/[email protected]
with:
webhook_url: ${{ secrets.SLACK_RELEASE_BOT_WEBHOOK_URL }}
title: ${{ github.event.release.name }}
body: ${{ steps.release_body.outputs.text }}
context: Homeday Blocks