Skip to content

Commit 9d975a6

Browse files
committed
Removed space from version string
1 parent fc450d0 commit 9d975a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/pre-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
npm ci
44
patchVersion=$(npm --no-git-tag version patch)
5-
nextVersion=${patchVersion}-next."$(date +%Y%m%d%k%M%S)"
5+
nextVersion=${patchVersion}-next."$(date +%Y%m%d%H%M%S)"
66
echo "${nextVersion:1}"
77

88
npm version --no-git-tag -f "${nextVersion:1}"

0 commit comments

Comments
 (0)