Skip to content

Commit 25c9ff7

Browse files
committed
Add sleep step in makenew workflow
1 parent 780b08c commit 25c9ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/makenew.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
timeout-minutes: 30
8383
needs: bootstrap
8484
steps:
85+
- name: Wait for repo to exist
86+
run: sleep 10
8587
- name: Cut version
8688
run: gh workflow run version.yml --repo $REPO --raw-field version=patch
8789
env:

0 commit comments

Comments
 (0)