Skip to content

Commit b68479c

Browse files
committed
- Add missing increasing step
1 parent 2e55eee commit b68479c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ runs:
400400
if (externalBuildState === 'READY_FOR_BETA_SUBMISSION') {
401401
canAddToExternal = true;
402402
} else {
403+
checkCounter++;
403404
console.log('Wait 30s for build to be ready for external testing... (' + checkCounter + ')');
404405
await sleep(30000);
405406
}

0 commit comments

Comments
 (0)