Open kidroca opened 1 year ago
We have a publishing workflow setup to publish npm packages, but it doesn't have access to the npm registry for compassion-gds/* packages
compassion-gds/*
The workflow github/workflows/publish.yml needs minimal updates to have the functionality ready
npx lerna publish
main
latest
Problem
We have a publishing workflow setup to publish npm packages, but it doesn't have access to the npm registry for
compassion-gds/*
packagesProposal
The workflow github/workflows/publish.yml needs minimal updates to have the functionality ready
npx lerna publish
command (after the build step)main
branches use a different --dist-tag (e.g. the branch name) so we don't publish tolatest
latest
only the releases intended for the public