chore: rename repo references from sst/opencode to anomalyco/opencode

This commit is contained in:
Dax Raad
2026-01-02 15:59:22 -05:00
parent 66bc046503
commit 739f008b97
37 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ runs:
id: version
shell: bash
run: |
VERSION=$(curl -sf https://api.github.com/repos/sst/opencode/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d'"' -f4)
VERSION=$(curl -sf https://api.github.com/repos/anomalyco/opencode/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d'"' -f4)
echo "version=${VERSION:-latest}" >> $GITHUB_OUTPUT
- name: Cache opencode