Skip to content

Commit

Permalink
fix: fix a spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Apr 12, 2024
1 parent 6dd553f commit e5fc474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -192,7 +192,7 @@ then
# get current commit hash for tag
pre_tag_commit=$(git rev-list -n 1 "$pre_tag" || true)
# skip if there are no new commits for pre_release
if [ "$pre_tag_commit" == "$commit" ] && [ "$pre_force_without_changes" == "false" ]
if [ "$pre_tag_commit" == "$commit" ] && [ "$force_without_changes_pre" == "false" ]
then
echo "No new commits since previous pre_tag. Skipping..."
setOutput "new_tag" "$pre_tag"
Expand Down

0 comments on commit e5fc474

Please sign in to comment.