Skip to content

Commit

Permalink
fix supabase action (#220)
Browse files Browse the repository at this point in the history
Fix command on supabase action
  • Loading branch information
JoaoVictor6 authored Jan 12, 2024
1 parent 61fba1b commit 1646592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/supabase-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: latest

- name: Link Project
run: supabase --link --project-ref $PROJECT_ID
run: supabase link --project-ref ${{ secrets.SUPABASE_PROJECT_ID }}
- name: Push migrations to prod
working-directory: ./packages/db
run: supabase db push

0 comments on commit 1646592

Please sign in to comment.