boson-project / buildpacks

Boson Project function buildpacks
Apache License 2.0
5 stars 11 forks source link

fix(actions): make sure checkout action pulls tags #31

Closed lance closed 4 years ago

lance commented 4 years ago

By default, the 2.x version of github's checkout action does not pull tags. Setting this configuration value forces it to.

See: https://github.com/actions/checkout/issues/338

Signed-off-by: Lance Ball lball@redhat.com