Skip to content

Commit

Permalink
GHA: ignore fastlane files
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 24, 2024
1 parent 53c190a commit ac7a984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ captures/

# Fastlane
fastlane/report.xml
.bundle/
vendor/

# NDK files
**/.cxx
Expand Down
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ platform :android do
file.write("VERSION=#{app_version}")
end

sh("git add .")

git_commit(
message: "Updated version number for new release - #{app_version}",
path: "*",
Expand Down

0 comments on commit ac7a984

Please sign in to comment.