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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue