We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e567c4 commit b0f11b5Copy full SHA for b0f11b5
.github/workflows/release.yml
@@ -196,7 +196,7 @@ jobs:
196
if ! git push origin "$TAG_NAME"; then
197
echo "::error::Failed to push tag $TAG_NAME."
198
echo ""
199
- echo "This may be due to a race condition where someone created a tag with"
+ echo "This may be due to concurrent tag creation (tag collision), where someone created a tag with"
200
echo "the same name while this workflow was running."
201
202
echo "Recommended resolution:"
0 commit comments