Skip to content

Commit 06bb9e0

Browse files
authored
fix: Warning message
1 parent eb442f2 commit 06bb9e0

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
@@ -12,7 +12,7 @@ INPUT_TITLE="$(echo "$INPUT_TITLE" | tr -d ' ')"
1212
{ gh release view "$INPUT_TAG" >/dev/null 2>&1; rc=$?; } || :
1313

1414
if (( rc == 0 )); then
15-
echo "Release $INPUT_TAG does already exists, will be overwritten..."
15+
echo "Release tag $INPUT_TAG does already exists, it will be replaced..."
1616
gh release delete "$INPUT_TAG" --cleanup-tag --yes
1717
sleep 3
1818
fi

0 commit comments

Comments
 (0)