There was an error while loading. Please reload this page.
1 parent ba5480b commit 8297e37Copy full SHA for 8297e37
1 file changed
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
exit 1
59
fi
60
61
- PACKAGE_VERSION="$(cargo metadata --locked --no-deps --format-version 1 | jq -r '.packages[] | select(.name == "bloatwarehatao") | .version')"
+ PACKAGE_VERSION="$(cargo metadata --locked --no-deps --format-version 1 | jq -er '.packages[] | select(.name == "bloatwarehatao-tui") | .version')"
62
if [ "v${PACKAGE_VERSION}" != "$RELEASE_TAG" ]; then
63
echo "::error::Tag ${RELEASE_TAG} does not match package version v${PACKAGE_VERSION}"
64
0 commit comments