We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b104bb7 commit e23e526Copy full SHA for e23e526
.github/workflows/release.yaml
@@ -407,6 +407,8 @@ jobs:
407
- name: Comment on PR
408
if: ${{ !inputs.dry_run }}
409
run: |
410
+ # wait 30 seconds
411
+ Start-Sleep -Seconds 30.0
412
# Find the PR that wingetcreate just made.
413
$version = "${{ needs.release.outputs.version }}".Trim('v')
414
$pr_list = gh pr list --repo microsoft/winget-pkgs --search "author:cdrci Coder.Coder version ${version}" --limit 1 --json number | `
0 commit comments