Skip to content

Commit 8557783

Browse files
committed
chore(ci): fix layer publisher commands
1 parent 196ded7 commit 8557783

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/publish_layer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
bash .github/scripts/setup_tmp_layer_files.sh
6666
- name: CDK build
6767
run: npm run cdk -w layers -- synth --context PowertoolsPackageVersion=$RELEASE_TAG_VERSION -o cdk.out
68-
- name: zip output
69-
run: zip -r cdk.out.zip cdk.out
68+
- name: Zip output
69+
run: zip -r cdk.out.zip layers/cdk.out
7070
- name: Archive CDK artifacts
7171
uses: actions/upload-artifact@v3
7272
with:

Diff for: layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/metrics",
77
"examples/cdk",
88
"examples/sam",
9-
"layer-publisher"
9+
"layers"
1010
],
1111
"version": "1.6.0",
1212
"npmClient": "npm",

0 commit comments

Comments
 (0)