From: Marcel van der Veldt Date: Mon, 10 Jul 2023 22:20:01 +0000 (+0200) Subject: add sleep in workflow X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=037b0d140852e657541a6761a8ee07024e2008ca;p=music-assistant-server.git add sleep in workflow --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 028457f9..3d446530 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,9 @@ jobs: packages: write needs: build-and-publish-pypi steps: + - name: Sleep for 60 seconds (to prevent race condition with the pypi upload) + run: sleep 60s + shell: bash - uses: actions/checkout@v3.5.3 - name: Log in to the GitHub container registry uses: docker/login-action@v2.2.0