Skip to content

Commit 4160af1

Browse files
Update multitenant version in update script (#669)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What We automatically open `ndc-postgres-multitenant` PRs, let's make sure we update the right part of the `Cargo.toml` file
1 parent 19dfb42 commit 4160af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-multitenant-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# there will be multiple `ndc-postgres` deps, so we target a specific
5454
# one, presumably the latest version. This will need updating as we
5555
# add new `ndc-postgres` versions into `ndc-postgres-multitenant`
56-
LATEST_NDC_POSTGRES_VERSION="1"
56+
LATEST_NDC_POSTGRES_VERSION="2"
5757
5858
# Update the hash for ndc-postgres
5959
sed -i -e "/ndc-postgres_v${LATEST_NDC_POSTGRES_VERSION}/s/rev[ ]*=[ ]*\"[[:alnum:]]*\"/rev = \"$LATEST_SHA\"/g" $DEP_FILEPATH

0 commit comments

Comments
 (0)