Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit a556ab0

Browse files
author
Ryan Faircloth
authored
fix: spl compatible beta versions
1 parent 511a966 commit a556ab0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

entrypoint.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,5 @@ else
3737
fi
3838
fi
3939

40-
if [[ $VERSION =~ $SEMVER_REGEX ]];
41-
then
42-
FINALVERSION=$(echo $VERSION | sed 's/v\(.*\)/\1/')
43-
echo "Version to build is $FINALVERSION"
44-
echo "::set-output name=VERSION::$FINALVERSION"
45-
exit 0
46-
else
47-
exit 1
48-
fi
40+
echo "Version to build is $VERSION"
41+
echo "::set-output name=VERSION::$VERSION"

0 commit comments

Comments
 (0)