Skip to content

Commit d5de216

Browse files
AIstar007Copilot
andauthored
Update .github/workflows/scripts/create-release-packages.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2f7fcf3 commit d5de216

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/scripts/create-release-packages.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ create_openclaw_skills() {
230230
[[ -f "$template" ]] || continue
231231
local name
232232
name=$(basename "$template" .md)
233+
# Skip root skill manifest (not a per-command template)
234+
if [[ "$name" == "skill" ]]; then
235+
continue
236+
fi
233237
local skill_name="speckit-${name}"
234238
local skill_dir="${skills_dir}/${skill_name}"
235239
mkdir -p "$skill_dir"

0 commit comments

Comments
 (0)