Skip to content

Commit f5ac193

Browse files
authored
Merge pull request #52 from coderbirju/test-echo-statement
chore: check release
2 parents b5df6ef + 28e5217 commit f5ac193

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-automation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
STATIC_BINARY_VERSION=$(./output/static/finch-daemon --version | grep -oP '\d+\.\d+\.\d+')
6666
export release_tag=${{ env.RELEASE_TAG }}
6767
export release_version=${release_tag/v/}
68+
echo $DYNAMIC_BINARY_VERSION
69+
echo $STATIC_BINARY_VERSION
70+
echo $release_version
6871
if ["$STATIC_BINARY_VERSION" != "$release_version"] || ["$DYNAMIC_BINARY_VERSION" != "$release_version"]; then
6972
echo "Version mismatch"
7073
exit 1

0 commit comments

Comments
 (0)