Skip to content

Commit 65c2877

Browse files
committed
chore: add publish engine actions
1 parent 2b3a452 commit 65c2877

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish engine.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- run: npm install && npm run setup
2121
- run: |
2222
npm run build
23+
git config --local user.email "[email protected]"
24+
git config --local user.name "GitHub Action"
2325
- run: npm run pub:prerelease
2426
env:
2527
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)