mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-07 04:13:22 +00:00
fix npm cli binary installation
This commit is contained in:
parent
da495fd2e0
commit
e9db6c4209
4 changed files with 185 additions and 83 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -488,3 +488,7 @@ jobs:
|
|||
LATEST_YML_DIR: /tmp/latest-yml
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
|
||||
- name: Verify snapshot npm CLI install
|
||||
if: startsWith(github.ref_name, 'snapshot-')
|
||||
run: npx -y opencode-ai@${{ needs.version.outputs.version }} --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue