Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 7f51f26

Browse files
chore(ci): fix npm version var (#37)
1 parent 601b654 commit 7f51f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Version
2525
command: |
2626
. ./tools/version-builder.sh
27-
npm version $PACKAGE_VERSION --allow-same-version=true --git-tag-version=false
27+
npm version $VERSION --allow-same-version=true --git-tag-version=false
2828
- run:
2929
name: Prebuild
3030
command: ./node_modules/.bin/gulp prebuild:rel

0 commit comments

Comments
 (0)