Skip to content

Commit

Permalink
improved getting package version
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Jun 27, 2023
1 parent 33b24b1 commit d4c0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-cdn-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git checkout main

git pull

VERSION=$(npm view . version)
VERSION=$npm_package_version

git checkout -b maptiler-geocoding-control-$VERSION

Expand Down

0 comments on commit d4c0fbe

Please sign in to comment.