Skip to content

Commit 859edd8

Browse files
committed
chore: Refactor release workflow and fix rebase conflicts
1 parent f941e85 commit 859edd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git fetch origin
4444
git rebase origin/main || {
4545
echo "Conflicts detected during rebase:"
46-
git diff --name-only --diff-filter=U
46+
git diff --diff-filter=U
4747
exit 1
4848
}
4949

0 commit comments

Comments
 (0)