Skip to content

Commit c32adbd

Browse files
committed
Fix package name
1 parent c168a51 commit c32adbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# If we're on a tag, use the tag name as the release version.
148148
if [[ "$GITHUB_REF_TYPE" == 'tag' ]]; then
149149
# Ensure that the version specified in Cargo.toml is the same as the tag (with a 'v' prefix).
150-
CARGO_VERSION="$(cargo metadata --format-version=1 | jq -r '.packages | .[] | select(.name == "ndc-postgres") | .version')"
150+
CARGO_VERSION="$(cargo metadata --format-version=1 | jq -r '.packages | .[] | select(.name == "mongodb-cli-plugin") | .version')"
151151
echo "Git tag: ${GITHUB_REF_NAME}"
152152
echo "Cargo version: ${CARGO_VERSION}"
153153

0 commit comments

Comments
 (0)