Skip to content

Commit

Permalink
fix(core): fix variable collision
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Feb 27, 2024
1 parent 6944b86 commit 683a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function handleGitCommits {
NEXT_RELEASE_TAG="${PKG_NAME}-${NEXT_RELEASE_VERSION}"
CURRENT_RELEASE_TAG="${PKG_NAME}-v${CURRENT_BUILD_VERSION}"
else
NEXT_RELEASE_VERSION="v${CURRENT_BUILD_VERSION}"
NEXT_RELEASE_VERSION="v${NEXT_BUILD_VERSION}"
NEXT_RELEASE_TAG="${NEXT_RELEASE_VERSION}"
CURRENT_RELEASE_TAG="v${CURRENT_BUILD_VERSION}"
fi
Expand Down

0 comments on commit 683a650

Please sign in to comment.