Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 18, 2023
2 parents 08ae3df + 82f5d83 commit 9e7d3d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Create Google Play service account key
env:
GOOGLE_PLAY_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > google-play-service-account.json
run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > app/play-service-account-key.json

- name: Build apk with fastlane
run: bundle exec fastlane prod github_token:${{ secrets.GITHUB_TOKEN }}
Expand Down
15 changes: 0 additions & 15 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,4 @@ lane :prod do |options|
release_status: "draft",
skip_upload_apk: true
)

ensure_git_status_clean
sh "git checkout develop"
sh "git pull"

# increment version code in develop
increment_version_code_in_properties_file(
key: "VERSION_CODE",
path: "./app/version.properties"
)

sh("git config user.name github-actions")
sh("git config user.email noreply@github.com")
git_commit(path: "./app/version.properties", message: "chore (release): version bump")
push_to_git_remote
end

0 comments on commit 9e7d3d1

Please sign in to comment.