merative / spm-middleware

A collection of Middleware modules and roles required for installing Cúram Social Program Management. SUITABLE FOR INTERNAL TEST AND DEVELOPMENT ONLY
MIT License
1 stars 6 forks source link

Remove hardcoded `version` value in release.yaml #40

Closed ourboy closed 1 year ago

ourboy commented 1 year ago

Currently in release.yaml this value is hardcoded.

We should be parsing the version from galaxy.yml, rather than duplicate it in the workflow.

on Travis this could be done using yq, but in Actions you might have to just use grep/awk