build: Set commit message as changelog for internal builds
This commit is contained in:
parent
95172aed8f
commit
44b577e978
5 changed files with 6 additions and 69 deletions
3
.github/workflows/main_deploy.yaml
vendored
3
.github/workflows/main_deploy.yaml
vendored
|
|
@ -67,6 +67,9 @@ jobs:
|
|||
run: ./scripts/prepare-android-release.sh
|
||||
- name: Build Android Release
|
||||
run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64
|
||||
- name: Set changelog
|
||||
working-directory: android/fastlane/metadata/android/en-US/changelogs
|
||||
run: git log --no-merges -1 --pretty=%B > default.txt
|
||||
- name: Deploy Android Release
|
||||
run: |
|
||||
mkdir -p build/android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue