Skip to content

Commit

Permalink
Fix building documentation in CI (#7398)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd authored Dec 12, 2021
1 parent fb6d028 commit 70fe56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function updatePackageJsonGit(version) {

function draftGitRelease(version) {
exec.execSync(`npx gren release --tags=${version}`);
exec.execSync(`sleep 1m`);
exec.execSync(`sleep 30`);
// For some unknown reason, gren release works well only when calling it twice.
exec.execSync(`npx gren release --tags=${version}`);
}
Expand Down

0 comments on commit 70fe56f

Please sign in to comment.