Trigger Element Desktop release drafter upon release of Element Web

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/27081/head
Michael Telatynski 2024-02-27 15:00:31 +00:00
parent 4a77466cae
commit 494f9eccf3
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,18 @@ jobs:
asset-path: dist/*.tar.gz
expected-asset-count: 3
notify-downstream:
name: Trigger release drafter downstream
needs: release
runs-on: ubuntu-latest
steps:
- name: Notify element-desktop repo that element-web release has completed to re-trigger release-drafter
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
with:
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
repository: element-hq/element-desktop
event-type: upstream-release-notify
check:
name: Post release checks
needs: release