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))