Skip to content

Commit 85fc85d

Browse files
committed
Test release build on CI
1 parent 078b381 commit 85fc85d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/release_build.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,3 @@ jobs:
4242
- name: Remove any credentials
4343
if: always()
4444
run: rm -rd "$CREDENTIALS_DIR"
45-
46-
- name: Extract version code and version name
47-
run: |
48-
echo "VERSION_NAME="$(scripts/get_version_name)"" >> $GITHUB_ENV
49-
echo "VERSION_CODE="$(scripts/get_version_code)"" >> $GITHUB_ENV
50-
51-
- name: Create tag and release on GitHub if not already done
52-
uses: ncipollo/release-action@v1
53-
with:
54-
tag: ${{ env.VERSION_CODE }}
55-
name: ${{ env.VERSION_NAME }}
56-
bodyFile: fastlane/metadata/android/en-US/changelogs/${{ env.VERSION_CODE }}.txt
57-
artifacts: ${{ env.APK_FILE }}
58-
makeLatest: true
59-
skipIfReleaseExists: true
60-
artifactErrorsFailBuild: true
61-
62-
- name: Setup Ruby
63-
if: ${{ inputs.upload_to_google }}
64-
uses: ruby/setup-ruby@v1
65-
with:
66-
bundler-cache: true
67-
68-
- name: Upload app to Google Play
69-
if: ${{ inputs.upload_to_google }}
70-
run: bundle exec fastlane google
71-
env:
72-
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}

0 commit comments

Comments
 (0)