We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c308c commit bfaaf77Copy full SHA for bfaaf77
publish.sh
@@ -28,5 +28,5 @@ for region in $REGIONS; do
28
aws lambda add-layer-version-permission --region $region --layer-name $LAYER_NAME \
29
--statement-id sid1 --action lambda:GetLayerVersion --principal '*' \
30
--version-number $(aws lambda publish-layer-version --region $region --layer-name $LAYER_NAME --zip-file fileb://layer.zip \
31
- --description "GraphicsMagick ${GIT_VERSION} binaries" --query Version --output text --profile $PROFILE) --profile $PROFILE
+ --description "GraphicsMagick ${GM_VERSION} binaries" --query Version --output text --profile $PROFILE) --profile $PROFILE
32
done
0 commit comments