We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5df6ef commit 28e5217Copy full SHA for 28e5217
.github/workflows/release-automation.yaml
@@ -65,6 +65,9 @@ jobs:
65
STATIC_BINARY_VERSION=$(./output/static/finch-daemon --version | grep -oP '\d+\.\d+\.\d+')
66
export release_tag=${{ env.RELEASE_TAG }}
67
export release_version=${release_tag/v/}
68
+ echo $DYNAMIC_BINARY_VERSION
69
+ echo $STATIC_BINARY_VERSION
70
+ echo $release_version
71
if ["$STATIC_BINARY_VERSION" != "$release_version"] || ["$DYNAMIC_BINARY_VERSION" != "$release_version"]; then
72
echo "Version mismatch"
73
exit 1
0 commit comments