w9jds / firebase-action

GitHub Action for interacting with Firebase
MIT License
926 stars 199 forks source link

Enhancement: Automatically deploy new versions to match `firebase/firebase-tools` #201

Closed luc122c closed 10 months ago

luc122c commented 11 months ago

It would be great if the repo could automatically bump the version of firebase-tools when there is a new release. It should be possible using GitHub Actions and webhooks. I'm happy to have a look a possible solution.

w9jds commented 11 months ago

I have indeed looked into this in the past and it's definitely possible, I just haven't had too much time lately to actually do it sadly. You are more than welcome to look into it as well if you would like.