Skip to content

v5.49.0

v5.49.0 #93

Workflow file for this run

name: Announce the release on Slack
on:
release:
types: [created]
jobs:
slack:
runs-on: ubuntu-latest
steps:
- name: Slackify the release body
id: release_body
uses: LoveToKnow/slackify-markdown-action@v1.0.0
with:
text: ${{ github.event.release.body }}
- uses: homeday-de/slack-release-bot-action@main
with:
webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
title: ${{ github.event.release.name }}
body: ${{ steps.release_body.outputs.text }}
context: Zopa React Components library