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