mirror of
https://github.com/loopj/wavephoenix.git
synced 2025-12-20 18:39:36 +00:00
17 lines
398 B
YAML
17 lines
398 B
YAML
name: Announce Releases
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
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.16.2
|
|
with:
|
|
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
|
username: "Release Changelog" |