Skip to content

Commit 9c7dca6

Browse files
author
Dilan Bhalla
committed
minor fix
1 parent 19ea28c commit 9c7dca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
6060
6161
# Extract dependencies from the existing qlpack.yml before deleting
62-
DEPENDENCIES=$(yq '.dependencies' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null || echo "")
62+
DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
6363
rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
6464
6565
FIRST_VERSION="0.0.1"

0 commit comments

Comments
 (0)