feat(workflows): refresh models catalog in workflows

This commit is contained in:
hkfires
2026-03-10 14:03:31 +08:00
parent 30d5c95b26
commit 8553cfa40e
3 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Refresh models catalog
run: curl -fsSL https://raw.githubusercontent.com/router-for-me/models/refs/heads/main/models.json -o internal/registry/models/models.json
- run: git fetch --force --tags
- uses: actions/setup-go@v4
with: