diff options
Diffstat (limited to 'github/action.yml')
| -rw-r--r-- | github/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github/action.yml b/github/action.yml index 57e26d856..8652bb8c1 100644 --- a/github/action.yml +++ b/github/action.yml @@ -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 |
