mirror of https://github.com/smithy-lang/smithy-rs
Fix bug in `update-sdk-next.yml` (#2746)
## Motivation and Context The workflow is failing to update the aws-sdk-rust/next branch due to the `tests/` folder in the repository root now. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
This commit is contained in:
parent
ccc3474d5b
commit
18aad5c66a
|
@ -47,7 +47,7 @@ jobs:
|
|||
git checkout origin/main -b next
|
||||
|
||||
# Delete the old SDK
|
||||
rm -rf sdk examples
|
||||
rm -rf sdk examples tests
|
||||
rm -f versions.toml Cargo.toml index.md
|
||||
|
||||
# Copy in the new SDK
|
||||
|
|
Loading…
Reference in New Issue