Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't download draft releases (#771)
## 🔧 Problem When deploying on scalingo we download all releases without checking if it's a draft one, it may cause problems if we want to use the draft functionality of releases to use `git-cliff` for example #768. ## 🍰 Solution Filter out releases that are draft. ## 🏝️ How to test The deploy to scalingo of this PR should download 11 releases and not more (we currently have 11 releases and some drafts).
- Loading branch information