Skip to content

Commit ca06666

Browse files
committed
fix create release notes workflow step
1 parent e902760 commit ca06666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
echo "" >> release_notes.md
198198
echo "See new Lambda Layer ARNs:" >> release_notes.md
199199
echo "" >> release_notes.md
200-
cat layer-note >> release_notes.md
200+
cat ${{ env.LAYER_NAME }}/layer-note >> release_notes.md
201201
echo "" >> release_notes.md
202202
echo "Notes:" >> release_notes.md
203203
- name: Create GH release

0 commit comments

Comments
 (0)