chore: Use Makefile version in release script

This commit is contained in:
Vikash Kothary 2022-07-02 14:42:14 +01:00
parent 05244175f5
commit de65ce59b1

View File

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