Maintenance: release process is broken #1050
Labels
automation
This item relates to automation
completed
This item is complete and has been merged/shipped
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Milestone
Bug description
Similar to what happened with #1046 the addition of the
layer-publisher
folder caused some issues with the release workflow making it fail.Expected Behavior
The release process should carry on as expected.
Current Behavior
The new folder was added to the
lerna
context, so that every time alerna ...
command is run, that same command is also run in that folder. This is not an issue, but since we were not actually installing the dependencies of that folder the whole process would fail.Possible Solution
Add a step that installs the dependencies.
Steps to Reproduce
Run the workflow.
Environment
main
Related issues, RFCs
#826
The text was updated successfully, but these errors were encountered: