Delete release.yml

This commit is contained in:
chromium 2023-05-27 18:24:13 +02:00 committed by GitHub
parent 80069719f2
commit 8f499bd050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
on:
release:
types: ["published"]
jobs:
trigger_webhook:
runs-on: ubuntu-latest
steps:
- name: Send message
uses: tsickert/discord-webhook@v5.3.0
with:
webhook-url: ${{ secrets.NEW_RELEASE_WEBHOOK }}
content: ${{ github.event.release.body }}