Commit 253b120
committed
fix(ci): add safety check to prevent publishing stable version as beta
Verify that package.json version contains '-beta-' after snapshot
versioning. If the snapshot step silently fails, the build errors out
instead of accidentally publishing a stable version under the beta tag.1 parent 55998ff commit 253b120
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
98 | 106 | | |
99 | 107 | | |
100 | 108 | | |
| |||
0 commit comments