File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ jobs:
95
95
if : ${{ inputs.stage == 'PROD' }}
96
96
run : |
97
97
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
99
99
cat cdk-layer-stack/${{ matrix.region }}-layer-version.txt
100
100
- name : Save Layer ARN artifact
101
101
if : ${{ inputs.stage == 'PROD' }}
102
102
uses : actions/upload-artifact@v3
103
103
with :
104
104
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.
106
106
if-no-files-found : error
107
107
retention-days : 1
108
108
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
2
2
3
3
on :
4
4
workflow_call :
28
28
fetch-depth : 0
29
29
- name : Git client setup and refresh tip
30
30
run : |
31
- git config user.name "Release bot"
31
+ git config user.name "Release bot[bot] "
32
32
git config user.email "[email protected] "
33
33
git config pull.rebase true
34
34
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