diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 71b58fe31a..fb06da6cd5 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -179,7 +179,7 @@ jobs: path: app/rts/dist/ package: - needs: [buildClient, buildServer, buildRts] + needs: [prelude, buildClient, buildServer, buildRts] runs-on: ubuntu-latest