Skip to content

Commit 18be022

Browse files
chore: modify the check-version script (#490)
- to pass the dev build Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
1 parent 56b4b46 commit 18be022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ "$VERSION" != "$EXTENSION_VERSION" ]]; then
1515
exit 1
1616
fi
1717

18-
if [[ "${TAG_VERSION}" != "$PKG_VERSION" ]]; then
18+
if [[ "${TAG_VERSION}" != "${PKG_VERSION}"* ]]; then
1919
echo "Package version $PKG_VERSION in pkg/harvester/package.json does not match tag version ${TAG_VERSION}"
2020
exit 1
2121
fi

0 commit comments

Comments
 (0)