Skip to content

Ascent 2.1.5

Ascent 2.1.5 #3

name: Push release to Discord
on:
release:
types: [ published,edited ]
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.13.1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
username: "Ascent Release"
footer_title: "Changelog"
footer_timestamp: true