Skip to content

Commit a36aa41

Browse files
committed
Fix workflow
1 parent 8c0bf96 commit a36aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
cd-production:
7373
name: cd / production
7474
uses: cloudposse/github-actions-workflows/.github/workflows/cd-ecs.yml@main
75-
needs: [ monorepo, ci-outputs ]
75+
needs: [ monorepo, ci-outputs, cd-staging ]
7676
if: ${{ needs.monorepo.outputs.apps != '[]' }}
7777
strategy:
7878
matrix:

0 commit comments

Comments
 (0)