Commit 6ffe046
fix: inject version from git tag into package.json during CD build (#4)
Add "Set version from tag" step to both Windows and Linux build jobs
that runs `npm version` with the git tag before electron-builder runs.
This ensures artifact names match the release version instead of the
hardcoded package.json version.
Co-authored-by: Claude <noreply@anthropic.com>1 parent f226764 commit 6ffe046
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
0 commit comments