From 544e8051967bdcc3fcfc9e42841d660907edfc29 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 22 Feb 2024 19:36:36 +0100 Subject: [PATCH] wait for pypi in release action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb6b2808..dc49b4d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,8 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} + - name: Wait for PyPI + run: sleep 120 build-and-push-container-image: name: Builds and pushes the Music Assistant Server container to ghcr.io -- 2.34.1