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:
58
58
# PATCH=$(echo "$CURRENT_VERSION" | cut -d. -f3)
59
59
# NEXT_VERSION="$MAJOR.$MINOR.$((PATCH + 1))"
60
60
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"
64
64
65
65
FIRST_VERSION="0.0.1"
66
66
67
67
# Create new qlpack.yml with modified content
68
68
cat <<EOF > "$LANGUAGE/ql/src/qlpack.yml"
69
69
name: microsoft/$LANGUAGE-queries
70
70
version: $FIRST_VERSION
71
+ extractor: $LANGUAGE
71
72
groups:
72
73
- $LANGUAGE
73
74
- queries
You can’t perform that action at this time.
0 commit comments