Skip to content

Commit

Permalink
fix(circleci): get version generated invalid semver (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Feb 9, 2024
1 parent 7aaf25f commit b8f7953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if [[ "${CIRCLE_BRANCH}" == "main" ]]; then
exit 0
fi

echo "$NEXT_RELEASE-branch.${BRANCH_NAME_TRUNCATED}.${CIRCLE_BUILD_NUM}.${COMMIT_SHA1_TRUNCATED}"
echo "$NEXT_RELEASE-branch.${BRANCH_NAME_TRUNCATED}.${CIRCLE_BUILD_NUM}-${COMMIT_SHA1_TRUNCATED}"
exit 0

0 comments on commit b8f7953

Please sign in to comment.