Dax Raad 6 months ago
parent
commit
88474e0653
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/publish.yml

+ 2 - 3
.github/workflows/publish.yml

@@ -63,9 +63,8 @@ jobs:
       - name: Install dependencies
         run: bun install
 
-      -name: Install OpenCode
-        run:
-          curl -fsSL https://opencode.ai/install | bash
+      - name: Install OpenCode
+        run: curl -fsSL https://opencode.ai/install | bash
 
       - name: Publish
         run: |