We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3a452 commit 65c2877Copy full SHA for 65c2877
.github/workflows/publish engine.yml
@@ -20,6 +20,8 @@ jobs:
20
- run: npm install && npm run setup
21
- run: |
22
npm run build
23
+ git config --local user.email "[email protected]"
24
+ git config --local user.name "GitHub Action"
25
- run: npm run pub:prerelease
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments