The previous logic for detecting the 'latest' weld version relied on 'gh release download' interpreting an empty tag argument as the latest release. This was causing issues in consumer workflows, as it was seemingly looking for a literal 'latest' tag.
This commit updates the 'Get Version Tag for Download' step to explicitly query the GitHub API for the actual tag name of the latest release when 'weld-version' is set to 'latest'. This ensures a concrete tag is always provided to the download command, making the action more robust.
The action.yml file had multiple syntax errors, including incorrect indentation and misplaced keys. This caused the action to fail during workflow parsing.
This commit corrects the YAML structure to be valid, ensuring the action can be loaded correctly.
# 1.0.0 (2025-12-20)
### Bug Fixes
* **ci:** update the workflow to use correct permissions ([c0cf6d8](c0cf6d8c03))
### Features
* initial setup of github action and semantic release ([deabefb](deabefbc1f))
* initial setup of github action and semantic release ([717c267](717c267d0e))