Skip to content

Commit

Permalink
fix: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Jan 11, 2025
1 parent 03f9877 commit 5129041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pre_publish_webf.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ function addGenFilesToGit() {
exec(`git add bridge/polyfill/.gitignore`, {
cwd: PATH.join(__dirname, '../')
});
exec('git config user.email [email protected]');
exec('git config user.name openwebf-bot');
exec('git commit -m "init"');
}

Expand Down

0 comments on commit 5129041

Please sign in to comment.