Skip to content

Commit d184d92

Browse files
committed
chore(maintenance): add overwrite to artifact arn in layer pipeline (#1970)
1 parent 0e8b2b0 commit d184d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
path: ./cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
9898
if-no-files-found: error
9999
retention-days: 1
100+
overwrite: true
100101
- name: CDK deploy canary
101102
run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json
102103
update_layer_arn_docs:

0 commit comments

Comments
 (0)