-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
Publish package through github instead of npm login
create-react-play is a npm package. This is currently getting published manually. It means, that after every merge, one needs run bellow steps to publish the package to npm repository
npm loginAnd run
npm publishHowever, this is not the practical way of publishing a package that is still under development or maintenance cycle.
So the idea here is to create Github action to create the package automatically.
NOTE: An workflow already been configured (https://github.com/reactplay/create-react-play/blob/main/.github/workflows/npm-publish.yml) however doesn't seems to be working
Describe the solution you'd like
Update .npmrc and publish
Describe alternatives you've considered
NA
Additional context
NA