Closed shawly closed 2 years ago
You could try integrating something like the following in your workflow file to parse the latest git tag starting with "1.".
curl "https://api.github.com/repos/aldostools/webMAN-MOD/tags" | jq -r '[.[]|select(.name | startswith("1.")).name] | first'
So I don't have to look for changes manually.