Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Add Git Permission #5181

Merged
merged 13 commits into from
Oct 28, 2024
Prev Previous commit
Next Next commit
Update fastlane/Fastfile
Co-authored-by: Aitor Viana <aitorvs@gmail.com>
  • Loading branch information
malmstein and aitorvs committed Oct 24, 2024
commit 1c0430d6723cf83fd67a7137aa92d491481458b6
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ platform :android do

# Merge changes into develop
sh "git checkout develop"
malmstein marked this conversation as resolved.
Show resolved Hide resolved
sh "git pull origin develop"
sh "git merge --no-ff release/#{app_version}"
sh "git push origin develop"

Expand Down