We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e87c commit d09d8c8Copy full SHA for d09d8c8
.github/workflows/microsoft-codeql-pack-publish.yml
@@ -58,9 +58,9 @@ jobs:
58
# PATCH=$(echo "$CURRENT_VERSION" | cut -d. -f3)
59
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
60
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"
+ # 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"
64
65
FIRST_VERSION="0.0.1"
66
0 commit comments