mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
wip: github actions
This commit is contained in:
5
.github/workflows/publish-github-action.yml
vendored
5
.github/workflows/publish-github-action.yml
vendored
@@ -23,5 +23,8 @@ jobs:
|
|||||||
bun-version: 1.2.17
|
bun-version: 1.2.17
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: ./script/publish-github-action.ts
|
run: |
|
||||||
|
git config --global user.email "opencode@sst.dev"
|
||||||
|
git config --global user.name "opencode"
|
||||||
|
./script/publish-github-action.ts
|
||||||
working-directory: ./packages/opencode
|
working-directory: ./packages/opencode
|
||||||
|
|||||||
Reference in New Issue
Block a user