Dax Raad 9 ماه پیش
والد
کامیت
c211b22a45
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -55,7 +55,7 @@ jobs:
 
       - name: Install OpenCode
         if: inputs.bump || inputs.version
-        run: curl -fsSL https://opencode.ai/install | bash
+        run: bun i -g opencode-ai@1.0.143
 
       - name: Login to GitHub Container Registry
         uses: docker/login-action@v3