Skip to content

Commit 7f2e265

Browse files
committed
Use merge command
1 parent 7a5f069 commit 7f2e265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/push-screenshots.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { runScript } from './utils.js';
2626
console.log( 'Switching to "screenshots" branch' );
2727
await git.checkout( 'screenshots' );
2828

29-
console.log( 'Rebasing onto "main"' );
30-
await git.rebase( [ 'main', 'screenshots' ] );
29+
console.log( 'Merging in "main"' );
30+
await git.merge( [ 'main' ] );
3131

3232
// rebuild the screenshots
3333
await runScript( 'node ./scripts/update-screenshots.js' );

0 commit comments

Comments
 (0)