Skip to content

Commit e23e526

Browse files
authored
chore: wait 30 seconds before checking winget PR in release.yaml (#8835)
1 parent b104bb7 commit e23e526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ jobs:
407407
- name: Comment on PR
408408
if: ${{ !inputs.dry_run }}
409409
run: |
410+
# wait 30 seconds
411+
Start-Sleep -Seconds 30.0
410412
# Find the PR that wingetcreate just made.
411413
$version = "${{ needs.release.outputs.version }}".Trim('v')
412414
$pr_list = gh pr list --repo microsoft/winget-pkgs --search "author:cdrci Coder.Coder version ${version}" --limit 1 --json number | `

0 commit comments

Comments
 (0)