From f781ad49b378bdc5074e0eb7a2a8eb4ab730c28f Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Sun, 3 Sep 2023 07:24:52 +0530 Subject: [PATCH] Delay 5 minutes before running winget-releaser (#14673) --- .github/workflows/winget.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index a5aaccd5d..f4476d0f0 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,6 +8,8 @@ jobs: publish: runs-on: ubuntu-latest steps: + - run: Start-Sleep -Seconds 300 # 5 minutes + shell: pwsh - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: Jackett.Jackett