Commit Graph

7 Commits

Author SHA1 Message Date
semantic-release-bot
7b4cffd8c6 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/Xenox-Incorporated-Industries/setup-weld/compare/v1.0.0...v1.0.1) (2025-12-20)

### Bug Fixes

* **action:** correct invalid YAML syntax ([877d03f](877d03fffc))
2025-12-20 12:50:07 +00:00
246a15e7b3 Merge branch 'master' of https://github.com/Xenox-Incorporated-Industries/setup-weld 2025-12-20 15:49:45 +03:00
877d03fffc fix(action): correct invalid YAML syntax
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.
2025-12-20 15:48:41 +03:00
semantic-release-bot
b8da504328 chore(release): 1.0.0 [skip ci]
# 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))
2025-12-20 11:43:45 +00:00
c0cf6d8c03 fix(ci): update the workflow to use correct permissions 2025-12-20 14:43:21 +03:00
deabefbc1f feat: initial setup of github action and semantic release 2025-12-20 14:40:05 +03:00
717c267d0e feat: initial setup of github action and semantic release 2025-12-16 20:38:45 +03:00