Skip to content

✨ [Feature request]: Publish package through github #9

@koustov

Description

@koustov

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 login

And run

npm publish

However, 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions