Skip to content

Commit 5e8cbc7

Browse files
committed
chore: try printing version
1 parent 0c1f8b9 commit 5e8cbc7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ecr-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ jobs:
5454
id: version
5555
run: |
5656
VERSION=$(python -c "from aws_durable_execution_sdk_python_testing import __version__; print(__version__)")
57+
echo "VERSION=$VERSION"
5758
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
59+
- name: Print Version
60+
id: version-print
61+
run: echo ${{ steps.version.outputs.VERSION }}
5862
- name: Configure AWS Credentials
5963
uses: aws-actions/configure-aws-credentials@v4
6064
with:

0 commit comments

Comments
 (0)