We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578caa5 commit f1309c4Copy full SHA for f1309c4
1 file changed
.github/workflows/cd.yml
@@ -49,6 +49,8 @@ jobs:
49
shell: bash
50
run: |
51
if [ -z "${VERSION}" ] || [ "${VERSION}" = "None" ]; then
52
+ LAST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "0.0.0")
53
+ uv version ${LAST_TAG}
54
uv version --bump minor
55
VERSION=$(uv version --short)
56
echo "VERSION=${VERSION}" >> "${GITHUB_ENV:-/dev/null}"
0 commit comments