Skip to content

Commit cb032cf

Browse files
author
Frank
authored
wip: github actions
1 parent 867a69a commit cb032cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-github-action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
bun-version: 1.2.17
2424

2525
- name: Publish
26-
run: ./script/publish-github-action.ts
26+
run: |
27+
git config --global user.email "opencode@sst.dev"
28+
git config --global user.name "opencode"
29+
./script/publish-github-action.ts
2730
working-directory: ./packages/opencode

0 commit comments

Comments
 (0)