From 40fb10467198cff57b3ff91f830260e6aff773c0 Mon Sep 17 00:00:00 2001 From: Peyton Lee Date: Fri, 22 Mar 2024 14:59:45 -0700 Subject: [PATCH] fix: Run deployment step only after build --- .github/workflows/aws-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aws-deploy.yml b/.github/workflows/aws-deploy.yml index 94b423719..1b0a83577 100644 --- a/.github/workflows/aws-deploy.yml +++ b/.github/workflows/aws-deploy.yml @@ -47,6 +47,7 @@ jobs: path: ./dist deploy: + needs: build runs-on: ubuntu-latest # Dynamically set the environment variable based on the input above: