|
|
@@ -23,5 +23,8 @@ jobs:
|
|
|
bun-version: 1.2.17
|
|
|
|
|
|
- name: Publish
|
|
|
- run: ./script/publish-github-action.ts
|
|
|
+ run: |
|
|
|
+ git config --global user.email "[email protected]"
|
|
|
+ git config --global user.name "opencode"
|
|
|
+ ./script/publish-github-action.ts
|
|
|
working-directory: ./packages/opencode
|