Closed as not planned
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