Skip to content

Commit a756d86

Browse files
committed
Test
1 parent c978698 commit a756d86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
env:
139139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
140140
run: |
141-
checksum=$(shasum -a 256 dist/aws_opentelemetry_distro-0.7.0-py3-none-any.whl | awk '{ print $1 }')
141+
checksum=$(shasum -a 256 dist/aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl | awk '{ print $1 }')
142+
echo "RELEASE_ARTIFACT_CHECKSUM_VALUES"
142143
echo "aws_opentelemetry_distro-0.7.0.dev0-py3-none-any.whl: $checksum"
143144
144145

0 commit comments

Comments
 (0)