Compare commits

..

3 Commits

Author SHA1 Message Date
Dax Raad 15a1a43703 sync 2025-04-21 20:31:47 -04:00
Dax Raad 82e92bab78 tag 2025-04-21 20:16:36 -04:00
Dax Raad 946ae15d9d ci test 2025-04-21 20:13:20 -04:00
4 changed files with 6 additions and 28 deletions
+2 -18
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- dev
- opencode
concurrency: ${{ github.workflow }}-${{ github.ref }}
@@ -19,15 +19,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: |
npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git fetch --force --tags
@@ -35,14 +26,7 @@ jobs:
with:
go-version: ">=1.23.2"
- name: Go Mod
run: go mod download
# TODO remove temporary workaround
- run: bun i --frozen-lockfile
- run: git reset --hard
- run: cd platform && bun tsc --noEmit
- run: ./platform/scripts/build
- run: go mod download
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
-2
View File
@@ -3,8 +3,6 @@ name: release
on:
workflow_dispatch:
push:
branches:
- opencode
tags:
- "*"
+4 -4
View File
@@ -38,10 +38,10 @@ aurs:
license: "MIT"
package: |-
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
brews:
- repository:
owner: opencode-ai
name: homebrew-tap
# brews:
# - repository:
# owner: opencode-ai
# name: homebrew-tap
nfpms:
- maintainer: opencode
description: terminal based agent that can build anything
-4
View File
@@ -1,7 +1,3 @@
#!/usr/bin/env bash
set -e
export DOCKER_PUSH=true
./platform/scripts/build
goreleaser build --clean --snapshot --skip validate
cd sdk/js
bun run release