supabase/supabase-action-example

Staging/Production workflows not working

Closed this issue · 5 comments

Bug report

Describe the bug

Staging/Production workflows are failing

To Reproduce

Set up the the workflows and push to the corresponding repos.

Expected behavior

Workflows run and migrations are deployed successfully.

Actual behavior

Workflow fails and migrations are not deployed.

Screenshots

image

I believe this is fixed in the latest cli release. Could you rerun and try again?

@sweatybridge I'm already using the latest CLI:

- name: Setup Supabase CLI
        uses: supabase/setup-cli@v1
        with:
          version: latest

We made a fix release on Tuesday. I'm not sure which version you are reporting from. So could you please run again to see if it works?

I now got another error which seems to be unrelated to this issue, so I guess this is fixed.

image

Great, thanks for confirming.