Skip to content

Commit 95c3027

Browse files
committed
Fix release_prepare.yml
Signed-off-by: Michael Telatynski <[email protected]>
1 parent e5b55db commit 95c3027

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_prepare.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
jobs:
2121
prepare:
2222
runs-on: ubuntu-24.04
23+
env:
24+
# The order is specified bottom-up to avoid any races for allchange
25+
REPOS: matrix-js-sdk element-web element-desktop
2326
steps:
2427
- name: Checkout Element Desktop
2528
uses: actions/checkout@v4

0 commit comments

Comments
 (0)