Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit a5ff1b8

Browse files
committed
Fix
1 parent 03e442a commit a5ff1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function main() {
5555
VERSION="$(cat version)"
5656
echo "::debug file=entrypoint.sh::Version: $VERSION"
5757

58-
if [ -z "${VERSION}" ]; then
58+
if [ "${VERSION}" ]; then
5959
INPUT_SEMVER="${VERSION}"
6060
echo "::debug: file=entrypoint.sh::Version overridden with: ${VERSION}"
6161
fi;

0 commit comments

Comments
 (0)