Skip to content

Commit d54714f

Browse files
committed
feat: Update version
Signed-off-by: Hu Shenghao <[email protected]>
1 parent f4ba027 commit d54714f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)