Skip to content

Commit

Permalink
fix: correct github machine user
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
0-vortex committed Dec 18, 2023
1 parent c89c8cb commit 71c9d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const addPlugin = (plugin, options) => {
return releaseConfig.plugins.push([plugin, options]);
};

!GIT_COMMITTER_NAME && (process.env.GIT_COMMITTER_NAME = "TMCB-SPACE");
!GIT_COMMITTER_EMAIL && (process.env.GIT_COMMITTER_EMAIL = "141964641+TMCB-SPACE@users.noreply.github.com");
!GIT_COMMITTER_NAME && (process.env.GIT_COMMITTER_NAME = "theodore-morgan[bot]");
!GIT_COMMITTER_EMAIL && (process.env.GIT_COMMITTER_EMAIL = "154230537+theodore-morgan[bot]@users.noreply.github.com");

try {
const authorName = execSync(`git log -1 --pretty=format:%an ${GITHUB_SHA}`, { encoding: "utf8", stdio: "pipe" });
Expand Down

0 comments on commit 71c9d3a

Please sign in to comment.