mirror of https://github.com/vector-im/riot-web
Fix release_prepare.yml
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/28319/head
parent
e5b55db1db
commit
95c3027657
|
@ -20,6 +20,9 @@ on:
|
|||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
# The order is specified bottom-up to avoid any races for allchange
|
||||
REPOS: matrix-js-sdk element-web element-desktop
|
||||
steps:
|
||||
- name: Checkout Element Desktop
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue