We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c0373 commit d92fc25Copy full SHA for d92fc25
1 file changed
.github/workflows/publish.yml
@@ -65,6 +65,7 @@ jobs:
65
66
- name: Publish
67
run: |
68
+ curl -fsSL https://opencode.ai/install | bash
69
./script/publish.ts
70
env:
71
OPENCODE_BUMP: ${{ inputs.bump }}
0 commit comments