Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lco4eDb2 authored May 27, 2023
1 parent 48c9042 commit 8006971
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
release:
types: ["published"]

jobs:
trigger_webhook:
runs-on: ubuntu-latest
steps:
- name: Send message
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.NEW_RELEASE_WEBHOOK }}
content: ${{ github.event.release.body }}

0 comments on commit 8006971

Please sign in to comment.