mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Merge pull request #27081 from element-hq/t3chguy/saner-releases/270224
Trigger Element Desktop release drafter upon release of Element Web
This commit is contained in:
commit
a8e9746968
1 changed files with 12 additions and 0 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
@ -25,6 +25,18 @@ jobs:
|
||||||
asset-path: dist/*.tar.gz
|
asset-path: dist/*.tar.gz
|
||||||
expected-asset-count: 3
|
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:
|
check:
|
||||||
name: Post release checks
|
name: Post release checks
|
||||||
needs: release
|
needs: release
|
||||||
|
|
Loading…
Reference in a new issue