minor fix

This commit is contained in:
Dilan Bhalla
2025-02-02 22:37:43 -08:00
parent dd9e87c777
commit d09d8c83ed

View File

@@ -58,9 +58,9 @@ jobs:
# PATCH=$(echo "$CURRENT_VERSION" | cut -d. -f3)
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
# # Extract dependencies from the existing qlpack.yml before deleting
# DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
# rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
# Extract dependencies from the existing qlpack.yml before deleting
DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
FIRST_VERSION="0.0.1"