softprops / action-gh-release

📦 :octocat: GitHub Action for creating GitHub Releases
MIT License
4.21k stars 460 forks source link

Make release without explicit tag #537

Open SC-One opened 3 weeks ago

SC-One commented 3 weeks ago

I don't want to make release on tags I just want to make release on each push for a specific branch! (the main bug: because when we use on pushing tags , the workflow can't using caches!)

I did that and the step of making release on this action , was failure. it told me that should be a tag !