Skip to content

Commit

Permalink
Upgrade Auto to 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i5o committed Mar 6, 2024
1 parent 3198c56 commit 8bee2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ const main = async () => {
return;
}
execSync(`echo "//registry.npmjs.org/:_authToken=${npm_auth_token}" > .npmrc`, { stdio: "inherit" });
execSync("yarn global add auto@11.0.1", { stdio: "inherit" });
execSync("yarn global add auto@11.1.1", { stdio: "inherit" });
execSync("yarn install --frozen-lockfile", { stdio: "inherit" });
execSync("yarn build", { stdio: "inherit" });
execSync('git config user.email "[email protected]"', { stdio: "inherit" });
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const main = async () => {
return;
}
execSync(`echo "//registry.npmjs.org/:_authToken=${npm_auth_token}" > .npmrc`, { stdio: "inherit" });
execSync("yarn global add auto@11.0.1", { stdio: "inherit" });
execSync("yarn global add auto@11.1.1", { stdio: "inherit" });
execSync("yarn install --frozen-lockfile", { stdio: "inherit" });
execSync("yarn build", { stdio: "inherit" });
execSync('git config user.email "[email protected]"', { stdio: "inherit" });
Expand Down

0 comments on commit 8bee2e2

Please sign in to comment.