diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d136649c08..5ac90a2d70 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1970,8 +1970,10 @@ jobs: shell: powershell run: build/package/winget/push_manifest.ps1 + - name: Delay 10m to allow MS bot to update PR + shell: powershell + run: Sleep 600 + - name: Run ReleaseNotes with --link-winget shell: powershell - run: | - Sleep 600 - dotnet run -c Release --no-build --project tools/Tgstation.Server.ReleaseNotes --link-winget ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} + run: dotnet run -c Release --no-build --project tools/Tgstation.Server.ReleaseNotes --link-winget ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}