We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb442f2 commit 06bb9e0Copy full SHA for 06bb9e0
1 file changed
entrypoint.sh
@@ -12,7 +12,7 @@ INPUT_TITLE="$(echo "$INPUT_TITLE" | tr -d ' ')"
12
{ gh release view "$INPUT_TAG" >/dev/null 2>&1; rc=$?; } || :
13
14
if (( rc == 0 )); then
15
- echo "Release $INPUT_TAG does already exists, will be overwritten..."
+ echo "Release tag $INPUT_TAG does already exists, it will be replaced..."
16
gh release delete "$INPUT_TAG" --cleanup-tag --yes
17
sleep 3
18
fi
0 commit comments