Skip to content

Maintenance: release process is broken #1050

@dreamorosi

Description

@dreamorosi

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 a lerna ... 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

  • Powertools version used: main
  • Packaging format (Layers, npm): N/A
  • AWS Lambda function runtime: N/A
  • Debugging logs: N/A

Related issues, RFCs

#826

Metadata

Metadata

Assignees

Labels

automationThis item relates to automationcompletedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions