We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c422f commit 4826f57Copy full SHA for 4826f57
1 file changed
.github/workflows/ci.yml
@@ -70,12 +70,12 @@ jobs:
70
echo "Stable version for release: $VERSION"
71
elif [[ "${GITHUB_REF}" == refs/heads/main ]]; then
72
SHORT_SHA=$(git rev-parse --short HEAD)
73
- VERSION="$(poetry version --short).dev+$SHORT_SHA"
+ VERSION="$(poetry version --short).dev$SHORT_SHA"
74
echo "Development version (main): $VERSION"
75
poetry version "$VERSION"
76
else
77
78
79
echo "Development version (branch): $VERSION"
80
81
fi
0 commit comments