Closed RLesser closed 3 months ago
Added a step to install dependencies in the npm-publish.yml workflow to ensure all necessary dependencies are installed before running release-please.
npm-publish.yml
release-please
Key points:
.github/workflows/npm-publish.yml
Install dependencies
npm ci
Generated with :heart: by ellipsis.dev
Summary:
Added a step to install dependencies in the
npm-publish.yml
workflow to ensure all necessary dependencies are installed before runningrelease-please
.Key points:
.github/workflows/npm-publish.yml
to include a step for installing dependencies.Install dependencies
step usingnpm ci
before installingrelease-please
.release-please
tool.Generated with :heart: by ellipsis.dev