Skip to content

Commit

Permalink
Update layers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonu-96 authored Jul 30, 2024
1 parent 40d21e2 commit 0c065b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/layers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
LAYER_VERSION=$(aws lambda publish-layer-version \
--layer-name enigma_layer \
--content S3Bucket=enigma.webledger.in,S3Key=layer.zip \
--compatible-runtimes nodejs16.x,nodejs18.x,nodejs20.x \
--Compatible-architectures x86_64,arm64 \
--compatible-runtimes nodejs18.x \
--Compatible-architectures x86_64 \
--query Version \
--output text)
echo "::set-output name=layer_version::$LAYER_VERSION"
Expand Down

0 comments on commit 0c065b9

Please sign in to comment.