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 4022ee5 commit f291da0Copy full SHA for f291da0
script/tag-release
@@ -52,7 +52,7 @@ fi
52
53
# 3. Fetch latest from origin
54
echo "Fetching latest changes from origin..."
55
-git fetch origin
+git fetch origin main
56
57
# 4. Check if the working directory is clean
58
if ! git diff-index --quiet HEAD --; then
0 commit comments