You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ name: release
3
3
on:
4
4
push:
5
5
tags: ["v*"]
6
-
branches: ["dev", "main"]
7
6
workflow_dispatch:
8
7
9
8
permissions:
@@ -24,7 +23,7 @@ jobs:
24
23
25
24
- name: Build macOS Apple Silicon CLI
26
25
run: |
27
-
OPENCODE_CHANNEL=latest OPENCODE_VERSION="${GITHUB_REF#refs/tags/v}" bun run --cwd packages/opencode script/build.ts --skip-embed-web-ui --skip-install
26
+
OPENCODE_CHANNEL=latest OPENCODE_VERSION="${GITHUB_REF_NAME#v}" bun run --cwd packages/opencode script/build.ts --skip-embed-web-ui --skip-install
0 commit comments