Fix release_prepare.yml
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e5b55db1db
commit
95c3027657
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_prepare.yml
vendored
3
.github/workflows/release_prepare.yml
vendored
|
@ -20,6 +20,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: ubuntu-24.04
|
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:
|
steps:
|
||||||
- name: Checkout Element Desktop
|
- name: Checkout Element Desktop
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue