Skip to content

Commit b2caca4

Browse files
committed
update version with dot(.)
1 parent adf9e12 commit b2caca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
current_version=$(./setup.py --version)
5252
5353
if [[ "${{ env.TEST_PUBLISH }}" == "true" ]]; then
54-
updated_version="${current_version}-${{ github.run_number }}"
54+
updated_version="${current_version}.${{ github.run_number }}"
5555
sed -i -E "s|(__version__\s+=\s['\"])${current_version}(['\"])|\1${updated_version}\2|g" aws_fusion/__init__.py
5656
current_version="${updated_version}"
5757
fi

0 commit comments

Comments
 (0)