Skip to content

Commit

Permalink
enabled auto releases (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev authored Dec 5, 2022
1 parent da2cbcf commit d58151c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/repo-utils/src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const main2 = async () => {
latestCommit.sha,
latestRelease?.target_commitish
);
console.log(stats);
// await release(latestCommit.sha, stats, false);
await release(latestCommit.sha, stats, false);
};
main2();

0 comments on commit d58151c

Please sign in to comment.