File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 42
42
- name : Remove any credentials
43
43
if : always()
44
44
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 }}
You can’t perform that action at this time.
0 commit comments