Skip to content

Commit

Permalink
chore: push client automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 4, 2024
1 parent ddb4a30 commit 39abad8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ async function run() {
console.log(
`[release-server] review the last commit and run git push && git push --tags`,
);
// TODO: when this works consistently, push automatically.
// await call(`git push`);
// await call(`git push --tags`);
await call(`git push`);
await call(`git push --tags`);
}

run();

0 comments on commit 39abad8

Please sign in to comment.