From bc4ea99aac6214d35b5ba208cff5bd3118f36793 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 12 Sep 2024 15:54:44 -0600 Subject: [PATCH] update action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2abe4810041..5fe2434b3226 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -592,7 +592,7 @@ jobs: name: Post a Slack message when all platforms deploy successfully runs-on: ubuntu-latest if: ${{ fromJSON(needs.checkDeploymentSuccess.outputs.IS_ALL_PLATFORMS_DEPLOYED) }} - needs: [prep, checkDeploymentSuccess, createPrerelease, finalizeRelease] + needs: [prep, android, desktop, iOS, web, checkDeploymentSuccess, createPrerelease, finalizeRelease] steps: - name: 'Announces the deploy in the #announce Slack room' uses: 8398a7/action-slack@v3