File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ jobs:
9595 if : ${{ inputs.stage == 'PROD' }}
9696 run : |
9797 mkdir cdk-layer-stack
98- jq -r -c '.LayerPublisherStack.LatestLayerArn' cdk-outputs.json > cdk-layer-stack/${{ matrix.region }}-layer-version.txt
98+ jq -r -c '.LayerPublisherStack.LatestLayerArn' layers/ cdk-outputs.json > cdk-layer-stack/${{ matrix.region }}-layer-version.txt
9999 cat cdk-layer-stack/${{ matrix.region }}-layer-version.txt
100100 - name : Save Layer ARN artifact
101101 if : ${{ inputs.stage == 'PROD' }}
102102 uses : actions/upload-artifact@v3
103103 with :
104104 name : cdk-layer-stack
105- path : ./layer/ cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
105+ path : ./cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
106106 if-no-files-found : error
107107 retention-days : 1
108108 update_layer_arn_docs :
Original file line number Diff line number Diff line change 1- name : Update V2 Layer ARN Docs
1+ name : Update Layer ARN Docs
22
33on :
44 workflow_call :
2828 fetch-depth : 0
2929 - name : Git client setup and refresh tip
3030 run : |
31- git config user.name "Release bot"
31+ git config user.name "Release bot[bot] "
3232 git config user.email "aws-devax-open-source@amazon.com"
3333 git config pull.rebase true
3434 git config remote.origin.url >&- || git remote add origin https://github.com/"${origin}" # Git Detached mode (release notes) doesn't have origin
You can’t perform that action at this time.
0 commit comments