Skip to content

Commit b0f11b5

Browse files
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e567c4 commit b0f11b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
if ! git push origin "$TAG_NAME"; then
197197
echo "::error::Failed to push tag $TAG_NAME."
198198
echo ""
199-
echo "This may be due to a race condition where someone created a tag with"
199+
echo "This may be due to concurrent tag creation (tag collision), where someone created a tag with"
200200
echo "the same name while this workflow was running."
201201
echo ""
202202
echo "Recommended resolution:"

0 commit comments

Comments
 (0)