Skip to content

Commit

Permalink
Merge pull request #27081 from element-hq/t3chguy/saner-releases/270224
Browse files Browse the repository at this point in the history
Trigger Element Desktop release drafter upon release of Element Web
  • Loading branch information
t3chguy authored Mar 5, 2024
2 parents 91d3d9f + 494f9ec commit a8e9746
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8e9746

Please sign in to comment.