[infra] Fix patch release script (#3095)
Need to make sure we have access to the `main` branch so we can calculate how many commits the branch has diverged by. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2]
This commit is contained in:
parent
a8b7d4e2d0
commit
464b1e9cab
2 changed files with 4 additions and 3 deletions
|
@ -172,8 +172,8 @@ export async function publish(distTag?: string) {
|
|||
}
|
||||
},
|
||||
{
|
||||
delay: 3000,
|
||||
numAttempts: 10,
|
||||
delay: 4000,
|
||||
numAttempts: 20,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue