Commit e885843
authored
fix(ci): bump @aws/agentcore-cdk to 0.1.0-alpha.18 and remove snapshot step from release (#850)
* fix(ci): bump @aws/agentcore-cdk to 0.1.0-alpha.18 and remove snapshot step from release
Sync the CDK template to the latest npm version and update the asset
snapshot. Remove the snapshot update step from the release workflow
since it runs the full test suite which requires uv.
* fix: use caret range for @aws/agentcore-cdk in CDK template
Use ^0.1.0-alpha.18 instead of pinning an exact version so new
releases are picked up automatically.1 parent 37665a3 commit e885843
3 files changed
Lines changed: 2 additions & 7 deletions
File tree
- .github/workflows
- src/assets
- __tests__/__snapshots__
- cdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 144 | | |
150 | 145 | | |
151 | 146 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments