Skip to content

Commit e5fc474

Browse files
author
druskus20
committed
fix: fix a spelling error
1 parent 6dd553f commit e5fc474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ then
192192
# get current commit hash for tag
193193
pre_tag_commit=$(git rev-list -n 1 "$pre_tag" || true)
194194
# skip if there are no new commits for pre_release
195-
if [ "$pre_tag_commit" == "$commit" ] && [ "$pre_force_without_changes" == "false" ]
195+
if [ "$pre_tag_commit" == "$commit" ] && [ "$force_without_changes_pre" == "false" ]
196196
then
197197
echo "No new commits since previous pre_tag. Skipping..."
198198
setOutput "new_tag" "$pre_tag"

0 commit comments

Comments
 (0)