mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 10:17:26 +00:00
wip: github actions
This commit is contained in:
parent
867a69a751
commit
cb032cff2b
1 changed files with 4 additions and 1 deletions
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
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue