Make GH Actions step to validate the tag name matches the plugin.yaml
To avoid broken releases
hey Andrey Pokhilko this issue is still open ?
Yes, it is still open.
It assumes a step in release.yaml that will check that plugin.yaml version matches tag name.
So, The action outputs plugin.yaml version as PACKAGE_VERSION and the tag (without 'refs/tags/') as TAG_NAME 🤔
No, we can't generate plugin.yaml by action. The validation step is a safety valve that just checks that content of a certain field inside plugin.yaml matches github.ref_name
No, we can't generate
plugin.yamlby action. The validation step is a safety valve that just checks that content of a certain field insideplugin.yamlmatchesgithub.ref_name
okey got this 💁🏻♂️