Jelajahi Sumber

wip: github actions

Frank 7 bulan lalu
induk
melakukan
cb032cff2b
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      .github/workflows/publish-github-action.yml

+ 4 - 1
.github/workflows/publish-github-action.yml

@@ -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