Skip to content

v0.0.53

v0.0.53 #52

Workflow file for this run

name: Slackbot on release
on:
workflow_dispatch:
release:
types:
- created
jobs:
notify_slack:
runs-on: ubuntu-latest
name: Notify Slack on Release
steps:
- name: Notify Slack on Releases
uses: amendx/slackbot-release@1.0.1
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
notify_discord:
runs-on: ubuntu-latest
name: Notify Discord on Release
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}