DFE-Digital / github-actions

A central repo for sharing useful github actions
https://dfe-digital.github.io/github-actions/
6 stars 4 forks source link

Draft Release By Tag #2

Closed sfawcett123 closed 3 years ago

sfawcett123 commented 3 years ago

There is no method to get draft releases, so by using this code we can create a draft release earlier in the pipeline and when we are ready we can convert it to a published release.

This code is used to find the draft release using the API. You need to pass in a GITHUB_TOKEN with access to the repository because draft releases are usually kept private.