Explorar el Código

wip: github actions

Frank hace 7 meses
padre
commit
cb032cff2b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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