fix: add missing import re in update-index workflow, bump version to 1.1.0

This commit is contained in:
mukul975
2026-03-21 13:21:55 +01:00
parent e2c3836c30
commit 7f60276fd9
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- name: Regenerate index.json
run: |
python3 << 'EOF'
import os, json
import os, json, re
from datetime import datetime, timezone
skills_dir = "skills"
@@ -45,7 +45,7 @@ jobs:
})
index = {
"version": "1.0.0",
"version": "1.1.0",
"generated_at": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
"repository": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
"domain": "cybersecurity",