Skip to content

Commit d09d8c8

Browse files
author
Dilan Bhalla
committed
minor fix
1 parent dd9e87c commit d09d8c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
# PATCH=$(echo "$CURRENT_VERSION" | cut -d. -f3)
5959
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
6060
61-
# # Extract dependencies from the existing qlpack.yml before deleting
62-
# DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
63-
# rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
61+
# Extract dependencies from the existing qlpack.yml before deleting
62+
DEPENDENCIES=$(yq '{ dependencies: .dependencies }' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null | yq eval '.dependencies' -)
63+
rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
6464
6565
FIRST_VERSION="0.0.1"
6666

0 commit comments

Comments
 (0)