Commit 906f94d
authored
Add Lambda Layer Release Workflow Step to Upload layer.zip to Latest SDK Release Note (#335)
*Description of changes:*
Adding step to our Lambda Layer release workflow to upload `layer.zip`
file to SDK release notes tagged with "latest"
**Test plan:**
Ran the `gh` commands locally and tested on release note in my forked
repo for ADOT Java:
Upload `layer.zip` to existing release note:
https://github.com/yiyuan-he/aws-otel-java-instrumentation/releases/tag/v2.0.0
Create new release note with `layer.zip`:
https://github.com/yiyuan-he/aws-otel-java-instrumentation/releases/tag/untagged-bfc0e9c6ba6bdc461832
<img width="1512" alt="Screenshot 2025-03-07 at 10 49 42 AM"
src="https://github.com/user-attachments/assets/7a558efb-c80f-43be-ae52-fd2bc17d0598"
/>
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 3f5301c commit 906f94d
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
140 | | - | |
| 145 | + | |
| 146 | + | |
0 commit comments