supabase/setup-cli@v1 updated to use 2.99.0 when it was released, bringing with it breaking changes. 2.98.2 verified as working for anyone that needs to pin a specific cli version and depended on this functionality.
- name: Setup Supabase CLI
uses: supabase/setup-cli@v1
with:
version: 2.98.2
--linked and --local still appear to be wired in, but seed buckets set an empty {} as const flag config. The underlying seed.go command defaults to having --local set.
supabase/setup-cli@v1updated to use 2.99.0 when it was released, bringing with it breaking changes. 2.98.2 verified as working for anyone that needs to pin a specific cli version and depended on this functionality.--linkedand--localstill appear to be wired in, but seed buckets set an empty{} as constflag config. The underlyingseed.gocommand defaults to having--localset.