We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1f8b9 commit 5e8cbc7Copy full SHA for 5e8cbc7
1 file changed
.github/workflows/ecr-release.yml
@@ -54,7 +54,11 @@ jobs:
54
id: version
55
run: |
56
VERSION=$(python -c "from aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
57
+ echo "VERSION=$VERSION"
58
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
59
+ - name: Print Version
60
+ id: version-print
61
+ run: echo ${{ steps.version.outputs.VERSION }}
62
- name: Configure AWS Credentials
63
uses: aws-actions/configure-aws-credentials@v4
64
with:
0 commit comments