mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 09:08:30 +00:00
fix(ci): use v2 npm tag
This commit is contained in:
parent
df9ecb8f6a
commit
a0afb63ed0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -33,7 +33,7 @@ permissions:
|
|||
packages: write
|
||||
|
||||
env:
|
||||
OPENCODE_CHANNEL: ${{ (github.ref_name == 'v2' && 'tui-v2') || '' }}
|
||||
OPENCODE_CHANNEL: ${{ (github.ref_name == 'v2' && 'v2') || '' }}
|
||||
|
||||
jobs:
|
||||
version:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue