File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,16 +58,17 @@ 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' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null || echo "")
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' "$LANGUAGE/ql/src/qlpack.yml" 2>/dev/null || echo "")
63+ rm -f "$LANGUAGE/ql/src/qlpack.yml" "$LANGUAGE/ql/src/qlpack.lock"
6464
6565 FIRST_VERSION="0.0.1"
6666
6767 # Create new qlpack.yml with modified content
6868 cat <<EOF > "$LANGUAGE/ql/src/qlpack.yml"
6969 name: microsoft/$LANGUAGE-queries
7070 version: $FIRST_VERSION
71+ extractor: $LANGUAGE
7172 groups:
7273 - $LANGUAGE
7374 - queries
You can’t perform that action at this time.
0 commit comments