Skip to content

Commit 2c898e6

Browse files
committed
chore(ci): add overwrite flag to layer publishing
1 parent 40b1b68 commit 2c898e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
name: ${{ inputs.artifact-name }}
7979
- name: Unzip artifact
80-
run: unzip cdk.out.zip
80+
run: unzip -o cdk.out.zip
8181
- name: Deploy Layer
8282
run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'LayerPublisherStack' --require-approval never --verbose --outputs-file cdk-outputs.json
8383
- name: Store latest Layer ARN

0 commit comments

Comments
 (0)