We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf9e12 commit b2caca4Copy full SHA for b2caca4
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
current_version=$(./setup.py --version)
52
53
if [[ "${{ env.TEST_PUBLISH }}" == "true" ]]; then
54
- updated_version="${current_version}-${{ github.run_number }}"
+ updated_version="${current_version}.${{ github.run_number }}"
55
sed -i -E "s|(__version__\s+=\s['\"])${current_version}(['\"])|\1${updated_version}\2|g" aws_fusion/__init__.py
56
current_version="${updated_version}"
57
fi
0 commit comments