We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bc394 commit cff08d1Copy full SHA for cff08d1
scripts/release/updateAPIVersions.ts
@@ -224,7 +224,7 @@ export async function updateAPIVersions(
224
const commitMessage = generationCommitText.commitPrepareReleaseMessage;
225
await run('git add .', { verbose: true });
226
if (process.env.LOCAL_TEST_DEV) {
227
- await run(`CI=false git commit -m "${commitMessage} [skip ci]"`, {
+ await run(`git commit -m "${commitMessage} [skip ci]"`, {
228
verbose: true,
229
});
230
} else {
0 commit comments