From 07aeeb6415b97d67856e9cc62ab9039372df9c8d Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Thu, 25 Jan 2024 16:15:32 +0100 Subject: [PATCH] chore(maintenance): add overwrite to artifact arn in layer pipeline --- .github/workflows/reusable_deploy_layer_stack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable_deploy_layer_stack.yml b/.github/workflows/reusable_deploy_layer_stack.yml index 9966323a8e..65bb4e2768 100644 --- a/.github/workflows/reusable_deploy_layer_stack.yml +++ b/.github/workflows/reusable_deploy_layer_stack.yml @@ -97,6 +97,7 @@ jobs: path: ./cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting. if-no-files-found: error retention-days: 1 + overwrite: true - name: CDK deploy canary run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json update_layer_arn_docs: