Skip to content

Commit ad7d799

Browse files
ci(release): avoid dirty git state in goreleaser workflow
1 parent d7ec707 commit ad7d799

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- name: Refresh models catalog
20-
run: curl -fsSL https://raw.githubusercontent.com/router-for-me/models/refs/heads/main/models.json -o internal/registry/models/models.json
2119
- run: git fetch --force --tags
2220
- uses: actions/setup-go@v4
2321
with:

0 commit comments

Comments
 (0)