diff --git a/.github/workflows/discord.yaml b/.github/workflows/discord.yaml index 122bf75..efa3f23 100644 --- a/.github/workflows/discord.yaml +++ b/.github/workflows/discord.yaml @@ -1,2 +1,14 @@ -name: Github Releases To Discord -uses: SethCohen/github-releases-to-discord@v1.15.0 +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.13.1 + with: + webhook_url: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file