diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index e9b4dad9b..6c288ad26 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -84,7 +84,7 @@ jobs: cd .. pip download vizro==${{needs.check-version.outputs.package_version}} -d . --no-deps --timeout 300 pypi=$(md5sum vizro-${{needs.check-version.outputs.package_version}}-py3-none-any.whl) - if [ $local = $pypi ]; then; echo "md5 hash is the same"; else; echo "md5 hash is not the same" exit 1; fi; + if [[ $local = $pypi ]]; then echo "md5 hash is the same"; else echo "md5 hash is not the same"; exit 1; fi version-bump: needs: [check-version, build-publish] diff --git a/vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md b/vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md new file mode 100644 index 000000000..f1f65e73c --- /dev/null +++ b/vizro-core/changelog.d/20231110_122219_alexey_snigir_check_release_fix.md @@ -0,0 +1,48 @@ + + + + + + + + +