Commit 3a51a7a
committed
fix: disable Python package build in semantic-release
- Set build_command to empty string since this is not a Python package
- Resolves 'No file/folder found for package homelab' error
- This project is a shell script collection, not a Python package to build
- semantic-release will still handle versioning, changelog, and GitHub releases1 parent a28997f commit 3a51a7a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments