Skip to content

Commit

Permalink
fix reference to NEW_VERSION when it should be NEW_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 21, 2023
1 parent 7423863 commit 27b0119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ process_file(){
fi
if [[ "$LC_FILE_PATH" == *"/package.json" ]]; then
echo_info "Updating package with 'npm version'"
npm version "${NEW_DEV_VERSION}" --no-git-tag-version
npm version "${NEW_VERSION}" --no-git-tag-version
git add "$FILE"
git add "$(dirname "$FILE")/package-lock.json"
return
Expand Down

0 comments on commit 27b0119

Please sign in to comment.