Skip to content

Commit e81bddc

Browse files
committed
Fix snapshot release workflow
1 parent 2ef2ff3 commit e81bddc

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
@@ -5,4 +5,4 @@ patchVersion=$(npm --no-git-tag version patch)
55
nextVersion=${patchVersion}-next."$(date +%Y%m%d%H%M%S)"
66
echo "${nextVersion:1}"
77

8-
node ./bump_version.js "${nextVersion:1}"
8+
node ./.build/bump_version.js "${nextVersion:1}"

0 commit comments

Comments
 (0)