Skip to content

Commit aab519c

Browse files
committed
chore: push once
1 parent 2046b85 commit aab519c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release/process-release.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ async function processRelease(): Promise<void> {
218218
cwd: tempGitDir,
219219
});
220220
await execa('git', ['tag', `v${next}`], { cwd: tempGitDir });
221-
await run(`git push --tags`, { cwd: tempGitDir });
222-
await run(`git push`, { cwd: tempGitDir });
221+
await run(`git push --follow-tags`, { cwd: tempGitDir });
223222
}
224223

225224
// Commit and push from the monorepo level.

0 commit comments

Comments
 (0)