Skip to content

Commit d60b0ed

Browse files
utsapoddarclaude
andcommitted
Fix git push conflict in iOS workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 97e662b commit d60b0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
git config user.name "github-actions[bot]"
7676
git add altstore-source.json
7777
git diff --staged --quiet || git commit -m "chore: update AltStore source to v$VERSION [skip ci]"
78-
git push
78+
git pull --rebase && git push

0 commit comments

Comments
 (0)