Skip to content

Commit 44f331c

Browse files
committed
fix(ci): Fix invalid yaml
Signed-off-by: spbsoluble <[email protected]>
1 parent abfa0a5 commit 44f331c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ jobs:
338338
which kfutil
339339
kfutil version
340340
rm $(which kfutil)
341-
allow_failure: true
342341
343342
# Package Tests
344343
Test_Kfutil_pkg:

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ getVersion() {
146146
printf "Could not retrieve the latest release tag information from %s: %s\n" "${remote_release_url}" "${releases_response}"
147147
exit 1
148148
fi
149+
echo "Latest release version is $VERSION"
149150
else
150151
# Clean up version if prefixed with 'v'
151152
VERSION=$(echo "$VERSION" | tr -d 'v')

0 commit comments

Comments
 (0)