Skip to content

Commit

Permalink
changed placement of bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Patton authored and Benjamin Patton committed Feb 7, 2024
1 parent cefe449 commit e92183f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod-todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: 1.115.5
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
shell: bash
- run: supabase db push
shell: bash
- shell: bash
run: supabase link --project-ref $SUPABASE_PROJECT_ID
- shell: bash
run: supabase db push

0 comments on commit e92183f

Please sign in to comment.