diff --git a/.github/workflows/deploy-stage.yaml b/.github/workflows/deploy-stage.yaml index 14aceda..cddada8 100644 --- a/.github/workflows/deploy-stage.yaml +++ b/.github/workflows/deploy-stage.yaml @@ -105,7 +105,7 @@ jobs: # If we're on a tag, use the tag name as the release version. if [[ "$GITHUB_REF_TYPE" == 'tag' ]]; then # Ensure that the version specified in Cargo.toml is the same as the tag (with a 'v' prefix). - 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 == "ndc-clickhouse") | .version')" echo "Git tag: ${GITHUB_REF_NAME}" echo "Cargo version: ${CARGO_VERSION}"