Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 946ae15

Browse files
author
Dax Raad
committed
ci test
1 parent 54edc4e commit 946ae15

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- dev
7+
- opencode
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

@@ -19,30 +19,14 @@ jobs:
1919
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
22-
- uses: oven-sh/setup-bun@v1
23-
with:
24-
bun-version: latest
25-
26-
- run: |
27-
npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
28-
npm whoami
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3122

3223
- run: git fetch --force --tags
3324

3425
- uses: actions/setup-go@v5
3526
with:
3627
go-version: ">=1.23.2"
3728

38-
- name: Go Mod
39-
run: go mod download
40-
41-
# TODO remove temporary workaround
42-
- run: bun i --frozen-lockfile
43-
- run: git reset --hard
44-
- run: cd platform && bun tsc --noEmit
45-
- run: ./platform/scripts/build
29+
- run: go mod download
4630
- uses: goreleaser/goreleaser-action@v6
4731
with:
4832
distribution: goreleaser

0 commit comments

Comments
 (0)