Skip to content

Commit

Permalink
Simple comment tweak to trigger the workflow on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-stackhouse committed Jun 27, 2024
1 parent cf38bfd commit 5a9c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ matching_pre_tag_refs=$( (grep -E "$preTagFmt" <<< "$git_refs") || true)
tag=$(head -n 1 <<< "$matching_tag_refs")
pre_tag=$(head -n 1 <<< "$matching_pre_tag_refs")

# if there are none, start tags at INITIAL_VERSION
# if there are none, start tags at initial version
if [ -z "$tag" ]
then
if $with_v
Expand Down

0 comments on commit 5a9c832

Please sign in to comment.