Skip to content

Commit

Permalink
Update multitenant version in update script (#669)
Browse files Browse the repository at this point in the history
<!-- 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
  • Loading branch information
danieljharvey authored Jan 28, 2025
1 parent 19dfb42 commit 4160af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-multitenant-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# there will be multiple `ndc-postgres` deps, so we target a specific
# one, presumably the latest version. This will need updating as we
# add new `ndc-postgres` versions into `ndc-postgres-multitenant`
LATEST_NDC_POSTGRES_VERSION="1"
LATEST_NDC_POSTGRES_VERSION="2"
# Update the hash for ndc-postgres
sed -i -e "/ndc-postgres_v${LATEST_NDC_POSTGRES_VERSION}/s/rev[ ]*=[ ]*\"[[:alnum:]]*\"/rev = \"$LATEST_SHA\"/g" $DEP_FILEPATH
Expand Down

0 comments on commit 4160af1

Please sign in to comment.