From 8aaac2efa33abda964dc679401648c63eeaf5dc5 Mon Sep 17 00:00:00 2001 From: Sergei Goviazin Date: Mon, 20 Jan 2025 13:28:52 +0400 Subject: [PATCH] Update workflow --- .github/workflows/full-info.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/full-info.yml b/.github/workflows/full-info.yml index 9ac88db..eaac05b 100644 --- a/.github/workflows/full-info.yml +++ b/.github/workflows/full-info.yml @@ -33,4 +33,7 @@ jobs: name: latest tag_name: latest files: full-info.json - fail_on_unmatched_files: true \ No newline at end of file + fail_on_unmatched_files: true + # Sleep to be sure release is updated in GH CDN before triggering a webhook + - name: Sleep for 30 seconds + run: sleep 30s