Skip to content

Commit 552e359

Browse files
committed
fix sed
1 parent c100f55 commit 552e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
if [[ "${{ env.TEST_PUBLISH }}" == "true" ]]; then
5454
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
55+
sed -i -E "s|(__version__\s+=\s['\"])${current_version}(['\"])|\1${updated_version}\2|g" aws_fusion/__init__.py
5656
cat aws_fusion/__init__.py
5757
current_version="${updated_version}"
5858
fi

0 commit comments

Comments
 (0)