We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c100f55 commit 552e359Copy full SHA for 552e359
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
53
if [[ "${{ env.TEST_PUBLISH }}" == "true" ]]; then
54
updated_version="${current_version}-${{ github.run_number }}"
55
- sed -iE "s|(__version__\s+=\s['\"])${current_version}(['\"])|\1${updated_version}\2|g" aws_fusion/__init__.py
+ sed -i -E "s|(__version__\s+=\s['\"])${current_version}(['\"])|\1${updated_version}\2|g" aws_fusion/__init__.py
56
cat aws_fusion/__init__.py
57
current_version="${updated_version}"
58
fi
0 commit comments