From 3a0b148edca7cc33d5238a66e8be4f77da77624b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Wed, 13 Mar 2024 20:53:08 +0100 Subject: [PATCH] Wait for the package to be available in the index --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58c26ac..471a4c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,6 +53,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.SOME_CI_PAT }} run: | + sleep 300 curl \ -X POST \ -H "Accept: application/vnd.github+json" \