Skip to content

Commit 9aee263

Browse files
committed
fix ci test
1 parent e34d9b6 commit 9aee263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/Semver.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let make = (
3131
| #dev(v) => `dev.${v->Int.toString}`
3232
}
3333
NpmSemver.make(
34-
`${major->Int.toString}.${minor->Int.toString}.${patch->Int.toString}-${pre}`,
34+
`v${major->Int.toString}.${minor->Int.toString}.${patch->Int.toString}-${pre}`,
3535
)->Null.getOrThrow
3636
}
3737

0 commit comments

Comments
 (0)