Commit b4823bc
committed
🐛 Fix version parsing in release workflow using cut instead of IFS
Replace IFS-based version string splitting with cut commands for parsing
MAJOR, MINOR, and PATCH components. This approach is more reliable across
different shell environments and avoids potential issues with word splitting.
Add debug output to display parsed version components during workflow runs.1 parent 01f7ce7 commit b4823bc
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
0 commit comments