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 c3bc52b commit 8a985fbCopy full SHA for 8a985fb
.github/workflows/release.yml
@@ -75,8 +75,8 @@ jobs:
75
echo "Current version: $CURRENT_VERSION"
76
echo "New version: $NEW_VERSION"
77
if [[ "$CURRENT_VERSION" == "$NEW_VERSION" ]]; then
78
- echo "❌ Version is already set to $NEW_VERSION"
79
- exit 1
+ echo "ℹ️ Version is already set to $NEW_VERSION; skipping bump."
+ exit 0
80
fi
81
echo "✅ Version bump is valid"
82
0 commit comments