Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Sep 4, 2024
1 parent d289ed8 commit a08e1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ runs:
done
# Find all example packages recursively and update SDK dependencies
example_packages=$(find_all_packages "../../examples")
example_packages=$(find_all_packages "../../../examples")
# Update dependencies in example projects
for package_json_path in $example_packages; do
Expand Down

0 comments on commit a08e1cb

Please sign in to comment.