Commit b84c50c
Test User
fix: use conditional check for npm version update (preferred approach)
- Only run npm version when package.json version differs from tag
- Skip npm version command when versions already match
- Add debug step to show GITHUB_REF and package.json version
- More efficient than --allow-same-version (skips unnecessary command)1 parent 88f2de1 commit b84c50c
1 file changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
82 | 96 | | |
83 | 97 | | |
84 | 98 | | |
| |||
0 commit comments