We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce11f4 commit 2cdcf14Copy full SHA for 2cdcf14
release.sh
@@ -66,7 +66,7 @@ if [ "$CURRENT_BRANCH" = "gitbutler/workspace" ]; then
66
USING_GITBUTLER=true
67
echo "🔀 Detected GitButler workspace branch"
68
echo " Switching to main branch for release..."
69
- git checkout main
+ git checkout main && git pull origin main
70
echo "✅ Switched to main branch"
71
echo ""
72
fi
0 commit comments