Commit 1fae89f
authored
Fix Create Release Notes Workflow Step (#328)
*Issue #, if available:*
Lambda Release workflow step is failing due to:
```
Run echo "AWS OpenTelemetry Lambda Layer for Python version 0.8.0-e902760" > release_notes.md
cat: layer-note: No such file or directory
```
This is because the `layer-note` is created in a different working
directory:
https://github.com/aws-observability/aws-otel-python-instrumentation/blob/main/.github/workflows/release-lambda.yml#L159
*Description of changes:*
Update command to use the correct working directory.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent e902760 commit 1fae89f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments