You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*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.
0 commit comments