Skip to content

Commit aeb0099

Browse files
committed
fix: remove useless command
1 parent 240bf62 commit aeb0099

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,5 @@ jobs:
5454
- name: Deploy the layer to the artifact registry
5555
run: |
5656
aws lambda publish-layer-version \
57-
--layer-name mutool-layer \
58-
--content S3Bucket=mutool-layer,S3Key=mutool-layer.zip \
59-
--compatible-runtimes nodejs20.x
60-
--region ${{ secrets.AWS_REGION }}
57+
--layer-name mutool \
58+
--content S3Bucket=mutool-layer,S3Key=mutool-layer.zip

0 commit comments

Comments
 (0)