Skip to content

Commit 2cdcf14

Browse files
committed
Small fix
1 parent 4ce11f4 commit 2cdcf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ "$CURRENT_BRANCH" = "gitbutler/workspace" ]; then
6666
USING_GITBUTLER=true
6767
echo "🔀 Detected GitButler workspace branch"
6868
echo " Switching to main branch for release..."
69-
git checkout main
69+
git checkout main && git pull origin main
7070
echo "✅ Switched to main branch"
7171
echo ""
7272
fi

0 commit comments

Comments
 (0)