Skip to content

Commit b261634

Browse files
committed
Prefix publish target with @
1 parent 77c77d9 commit b261634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package: build
2323

2424
.PHONY: publish
2525
publish:
26-
aws lambda publish-layer-version --layer-name "${AWS_LAYER_NAME}" --compatible-architectures "${AWS_ARCH}" --region "${AWS_REGION}" --zip-file "fileb://build/firetail-extension-${ARCH}-${VERSION}.zip" | jq -r '.Version'
26+
@aws lambda publish-layer-version --layer-name "${AWS_LAYER_NAME}" --compatible-architectures "${AWS_ARCH}" --region "${AWS_REGION}" --zip-file "fileb://build/firetail-extension-${ARCH}-${VERSION}.zip" | jq -r '.Version'
2727

2828
.PHONY: public
2929
public:

0 commit comments

Comments
 (0)