From d7a1fcf3af20d5e6fe6d9acbb620edcf462ec749 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 30 May 2023 10:22:21 +0200 Subject: [PATCH] ci: :green_heart: fix version for docker builds By adding "needs" I think it should push with correct version --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 468e9ac..209d16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: run: npx semantic-release docker: + needs: build # Add this line to ensure the build job is completed before starting the docker job runs-on: ubuntu-latest steps: - name: Checkout