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

Commit 335414a

Browse files
authored
Fix typo
1 parent ed494e0 commit 335414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-action-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PRE_RELEASE="$INPUT_PRE_RELEASE"
55

66
if [ -n "${INPUT_DOCKER_IMAGE}" ]; then
77
version=$(/app/sver tags -s "${INPUT_DOCKER_REGISTRY}" -u "${INPUT_DOCKER_USERNAME}" -p "${INPUT_DOCKER_PASSWORD}" "${INPUT_DOCKER_IMAGE}")
8-
elif [ -n "${INPUT_NEXT}"]; then
8+
elif [ -n "${INPUT_NEXT}" ]; then
99
version=$(/app/sver --next "${INPUT_NEXT}")
1010
else
1111
version=$(/app/sver)

0 commit comments

Comments
 (0)