Deployment release command fails silently

Since today the release command suddenly fails silently.

Output log:

==> Creating release
--> release v2 created

--> You can detach the terminal anytime without stopping the deployment
==> Release command detected: sh -c "cd /source && yarn >/dev/null && yarn workspace platform prisma migrate deploy"

--> This release will not be available until the release command succeeds.
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
         Preparing kernel init
         Configuring firecracker
         Starting virtual machine
         Starting init (commit: 249766e)...
         Setting up swapspace version 1, size = 536866816 bytes
         UUID=<redacted>
         Preparing to run: `docker-entrypoint.sh sh -c cd /source && yarn >/dev/null && yarn workspace prisma migrate deploy` as nextjs
         2022/10/24 13:50:50 listening on [<redacted>]:22 (DNS: [fdaa::3]:53)
         Starting clean up.
Error release command failed, deployment aborted

Any way to check the logs? flyctl builds logs doesn’t exist anymore.