Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Feb 19, 2024
1 parent f1f86eb commit 21d51fc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/keystore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
echo "$ANDROID_RELEASE_KEYSTORE" > release.keystore.asc
gpg -d --passphrase "$ANDROID_KEYSTORE_PASSWORD" --batch release.keystore.asc > android/app/release.keystore
- name: Clean Gradle build
run: |
cd android && ./gradlew clean
- name: Increment Version Code and Name
run: |
VERSION_CODE=$(grep 'versionCode' android/app/build.gradle | sed 's/[^0-9]*//g')
Expand All @@ -88,14 +84,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.4'

- name: Setup Fastlane
working-directory: ./android
run: bundle install

- name: Install Fastlane
working-directory: ./android
run: fastlane beta

- name: Deploy to Internal
uses: r0adkll/upload-google-play@v1
Expand Down

0 comments on commit 21d51fc

Please sign in to comment.