github action to ask if allow to do the npm publish
daniloab opened this issue · 4 comments
daniloab commented
Today, we have the ci.yml
file having the last step responsible to do a release into the NPM.
We want to add a step before this one to make available allow or not to do this publish on NPM or add a new rule to check if the branch or tags has a specific combination of words and then if having made the release.
we could go with one of both ideas:
- add a step do ask if allow doing the npm publish
- or add a rule to check if the branch being merged has a specific name and if it is a specific one related to the release enabling to make the release on NPM
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
probro27 commented
Could I take this up?
daniloab commented
Could I take this up?
sure
probro27 commented
Cool, please assign this to me :)