From 7918c823df6591d793bdc298606fcd55977c39b0 Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 22 Aug 2024 19:14:10 +0200 Subject: [PATCH] fix: wait for build in gh action --- .github/workflows/prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 134b2c0..e0d98e9 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -37,6 +37,7 @@ jobs: deploy: runs-on: ubuntu-latest + needs: build steps: - uses: actions/checkout@v3 - uses: shuttle-hq/deploy-action@main