supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.34k stars 135 forks source link

bump to pg_net 0.9.3 #1107

Closed steve-chavez closed 1 month ago

steve-chavez commented 1 month ago

Only updated for the Nix build.

steve-chavez commented 1 month ago

Strange error on CI Error: A branch or tag with the name 'pg_net-0.9.3' could not be found

steve-chavez commented 1 month ago

@samrose Do you have any idea on the above error?

soedirgo commented 1 month ago

You need to make a PR from a branch in supabase/postgres because of this line:

https://github.com/supabase/postgres/blob/ab4efe6278e29be533f23c33ce7436fc0d99ac15/.github/workflows/nix-build.yml#L30

Not sure if that's intended though - can be fixed in a separate PR