File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 uses : ncipollo/release-action@v1
4545 with :
4646 token : ${{ secrets.GITHUB_TOKEN }}
47- bodyFile : fastlane/metadata/android/en-US/changelogs/${{ steps.get_changelogs .outputs.CHANGELOG_FILE }}
47+ bodyFile : fastlane/metadata/android/en-US/changelogs/${{ steps.get_changelog .outputs.CHANGELOG_FILE }}
4848 artifacts : app/build/outputs/apk/*/*.apk,app/build/outputs/mapping/*/mapping.txt
4949 artifactContentType : application/vnd.android.package-archive
5050 draft : false
@@ -110,6 +110,6 @@ jobs:
110110 JSON_KEY_FILE_BASE64 : ${{ secrets.JSON_KEY_FILE_BASE64 }}
111111 if : ${{ env.JSON_KEY_FILE_BASE64 != '' }}
112112 run : |
113- bundle install
113+ bundle install
114114 bundle exec fastlane install_plugins
115115 bundle exec fastlane deploy
You can’t perform that action at this time.
0 commit comments