We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63de332 commit 2796bcbCopy full SHA for 2796bcb
1 file changed
.github/workflows/ecr-release.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Get version from __about__.py
51
id: version
52
run: |
53
- VERSION=$(python -c "python -c "from src.aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
+ VERSION=$(python -c "from src.aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
54
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
55
- name: Configure AWS Credentials
56
uses: aws-actions/configure-aws-credentials@v4
0 commit comments