generated from JS-DevTools/template-node-typescript
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed as not planned
Labels
questionFurther information is requestedFurther information is requested
Description
What if publishing package with this action for rc
version, like version: "1.0.0-rc.0"
?
Expected behavior is that npm publish --tag rc
script is automatically adapted, because rc
tag is included in version string.
And after automatically publishing process via this action, package can then be installed with the following command
npm install my-package@rc
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested