Skip to content

Commit 4826f57

Browse files
authored
Update ci.yml
1 parent 21c422f commit 4826f57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
echo "Stable version for release: $VERSION"
7171
elif [[ "${GITHUB_REF}" == refs/heads/main ]]; then
7272
SHORT_SHA=$(git rev-parse --short HEAD)
73-
VERSION="$(poetry version --short).dev+$SHORT_SHA"
73+
VERSION="$(poetry version --short).dev$SHORT_SHA"
7474
echo "Development version (main): $VERSION"
7575
poetry version "$VERSION"
7676
else
7777
SHORT_SHA=$(git rev-parse --short HEAD)
78-
VERSION="$(poetry version --short).dev+$SHORT_SHA"
78+
VERSION="$(poetry version --short).dev$SHORT_SHA"
7979
echo "Development version (branch): $VERSION"
8080
poetry version "$VERSION"
8181
fi

0 commit comments

Comments
 (0)