We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c168a51 commit c32adbdCopy full SHA for c32adbd
1 file changed
.github/workflows/deploy.yml
@@ -147,7 +147,7 @@ jobs:
147
# If we're on a tag, use the tag name as the release version.
148
if [[ "$GITHUB_REF_TYPE" == 'tag' ]]; then
149
# 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')"
+ CARGO_VERSION="$(cargo metadata --format-version=1 | jq -r '.packages | .[] | select(.name == "mongodb-cli-plugin") | .version')"
151
echo "Git tag: ${GITHUB_REF_NAME}"
152
echo "Cargo version: ${CARGO_VERSION}"
153
0 commit comments