Skip to content

Commit

Permalink
setup fastlane for CI/CD (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino authored Aug 17, 2023
1 parent 3198cc1 commit 918acb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/continuous-delivery-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,12 @@ jobs:
KEY_ALIAS: ${{ secrets.ANDROID_KEYSTORE_KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_KEY_PASSWORD }}
ANDROID_JSON_KEY_FILE: './gradle_playstore_publisher_credentials.json'

- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true

- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/promote-release-in-playstore.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Promote release version within Google Play

on:
push:
branches:
- main
tags:
- '*'
workflow_dispatch:
inputs:
fromTrack:
Expand Down

0 comments on commit 918acb9

Please sign in to comment.