mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
wip: github actions
This commit is contained in:
parent
800bee2722
commit
933d50e25a
6 changed files with 78 additions and 68 deletions
10
.github/workflows/publish-github-action.yml
vendored
10
.github/workflows/publish-github-action.yml
vendored
|
|
@ -2,6 +2,9 @@ name: publish-github-action
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "github-v*.*.*"
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
|
|
@ -18,12 +21,9 @@ jobs:
|
|||
|
||||
- run: git fetch --force --tags
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: 1.2.17
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
git config --global user.email "opencode@sst.dev"
|
||||
git config --global user.name "opencode"
|
||||
./scripts/publish-github-action.ts
|
||||
./scripts/publish
|
||||
working-directory: ./sdks/github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue