Skip to content

Commit 63de332

Browse files
committed
chore: try fetching version from init
1 parent 64d521c commit 63de332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ecr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Get version from __about__.py
5151
id: version
5252
run: |
53-
VERSION=$(python -c "from src.aws_durable_execution_sdk_python_testing.__about__ import __version__; print(__version__)")
53+
VERSION=$(python -c "python -c "from src.aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
5454
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
5555
- name: Configure AWS Credentials
5656
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)