chore: Use prefix v in release tags

This commit is contained in:
Vikash Kothary 2022-01-17 11:06:45 +00:00
parent e0732f403b
commit ef41934001

View File

@ -15,7 +15,7 @@ if [[ "${GIT_BRANCH}" != "main" ]]; then
fi
## TODO: get package version from pyproject.toml
CURRENT_VERSION=2.3.0
CURRENT_VERSION=v2.3.0
## Create GitHub Release
git tag -a ${CURRENT_VERSION} -m "v${CURRENT_VERSION}"