From 5109ebae8d5b26150c334befe7d74db58fa1087f Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Sat, 21 Dec 2024 19:04:56 +0100 Subject: [PATCH] ci: add dependency for deployment job --- .github/workflows/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index a1c061c..0a754ed 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -27,5 +27,5 @@ jobs: id-token: write uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main if: ${{ github.ref_type == 'tag' }} - needs: build + needs: [build, example]