Skip to content

Commit

Permalink
Merge pull request #288 from supabase/or/v1.0.1
Browse files Browse the repository at this point in the history
Support supabase/postgres in releases
  • Loading branch information
olirice authored Dec 12, 2022
2 parents af3a36d + 15761be commit 378c2b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
mkdir -p ${package_dir}/usr/share/postgresql/${{ matrix.postgres }}/extension
cd ${package_dir}/usr/share/postgresql/${{ matrix.postgres }}/extension
cp -s ../../../../../var/lib/postgresql/extension/pg_graphql.control .
cp -s ../../../../../var/lib/postgresql/extension/pg_graphql*.sql .
cp -s ../../../../../var/lib/postgresql/extension/${{ matrix.extension_name }}.control .
cp -s ../../../../../var/lib/postgresql/extension/${{ matrix.extension_name }}*.sql .
cd ../../../../../..
# Create install control file
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 378c2b1

Please sign in to comment.