mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fix: Address silent failure in release-patch-1-create-pr workflow (#12339)
This commit is contained in:
@@ -174,7 +174,7 @@ async function main() {
|
||||
`📝 Creating commit with conflict markers for manual resolution...`,
|
||||
);
|
||||
execSync('git add .');
|
||||
execSync(`git commit --no-edit`);
|
||||
execSync(`git commit --no-edit --no-verify`);
|
||||
console.log(`✅ Committed cherry-pick with conflict markers`);
|
||||
} else {
|
||||
// Re-throw if it's not a conflict error
|
||||
|
||||
Reference in New Issue
Block a user