galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
38 stars 36 forks source link

tag-and-release job does not checkout latest commits #472

Closed ksuderman closed 2 months ago

ksuderman commented 2 months ago

According to the docs the actions/checkout action only pulls the SHA/ref that triggered the workflow. Therefore the changes made by the helm-ci action are not picked up by the tag-and-release job.

Several solutions are proposed in this issue with this looking to be the most promising,