Skip to content

Commit 2652cc6

Browse files
committed
fix: ci
1 parent 2ac1647 commit 2652cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
command: |
258258
echo "export RELEASE_TAG=$RELEASE_TAG_SNAPSHOT" >> $BASH_ENV
259259
echo "RELEASE_TAG=$RELEASE_TAG_SNAPSHOT"
260-
PACKAGE_VERSION=$(cat package-lock.json | jq -r .version)
260+
PACKAGE_VERSION=$(cat package.json | jq -r .version)
261261
echo "export PACKAGE_VERSION=${PACKAGE_VERSION}" >> $BASH_ENV
262262
echo "PACKAGE_VERSION=${PACKAGE_VERSION}"
263263
- run:

0 commit comments

Comments
 (0)