We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509dd8b commit c7ea290Copy full SHA for c7ea290
1 file changed
.github/workflows/release.yaml
@@ -57,6 +57,7 @@ jobs:
57
2>/dev/null | grep -q '^[1-9]'; then
58
echo "ERROR: Release $VERSION already has assets"
59
echo "Delete the release first if you want to rebuild"
60
+ echo "https://github.com/${{ github.repository }}/releases/tag/$VERSION"
61
exit 1
62
fi
63
echo "✓ No existing release assets found"
0 commit comments