You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
name: Release
|
|
|
|
on:
|
|
release:
|
|
types: [ published ]
|
|
|
|
jobs:
|
|
|
|
release:
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
|
|
- name: Send Discord Release Notification
|
|
uses: nhevia/discord-styled-releases@main
|
|
with:
|
|
webhook_id: ${{ secrets.RELEASE_WEBHOOK_ID }}
|
|
webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }} |