chore: Use prefix v in release tags
This commit is contained in:
parent
e0732f403b
commit
ef41934001
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user