Skip to content

v1.14.5

v1.14.5 #26

Workflow file for this run

name: Discord Release
on:
release:
types: [ published ]
jobs:
release-notification:
runs-on: ubuntu-latest
steps:
- name: Send Discord Release Notification
uses: meisnate12/discord-notifications@master
with:
webhook_id: ${{ secrets.RELEASE_WEBHOOK_ID }}
webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }}
release: true
title: TitleCardMaker VERSION
message: "<@&1111000623261958234> - A new version of TitleCardMaker has been released."
username: MakerBot
avatar_url: https://raw.githubusercontent.com/CollinHeist/TitleCardMaker/master/.github/logo.png