Skip to content

Commit 5a9c832

Browse files
Simple comment tweak to trigger the workflow on merge
1 parent cf38bfd commit 5a9c832

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
@@ -104,7 +104,7 @@ matching_pre_tag_refs=$( (grep -E "$preTagFmt" <<< "$git_refs") || true)
104104
tag=$(head -n 1 <<< "$matching_tag_refs")
105105
pre_tag=$(head -n 1 <<< "$matching_pre_tag_refs")
106106

107-
# if there are none, start tags at INITIAL_VERSION
107+
# if there are none, start tags at initial version
108108
if [ -z "$tag" ]
109109
then
110110
if $with_v

0 commit comments

Comments
 (0)