Skip to content

Commit

Permalink
fix: Need a provision for README to be committed, although need to ch…
Browse files Browse the repository at this point in the history
…eck if this breaks staging builds
  • Loading branch information
othyn committed Jul 15, 2023
1 parent b109cf3 commit 005d209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def build_and_zip(tag_prefix, is_beta)
commit_version_bump(
message: "chore: Fastlane automated version bump#{is_beta ? ' (beta)' : ''}",
xcodeproj: "auto-clicker.xcodeproj",
include: %w[Gemfile.lock]
include: %w[Gemfile.lock README.md]
)

# https://docs.fastlane.tools/actions/push_to_git_remote/#push_to_git_remote
Expand Down

0 comments on commit 005d209

Please sign in to comment.