mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore: use Git commit message as changelog for edge releases
This commit is contained in:
8
.github/workflows/publish_android.yml
vendored
8
.github/workflows/publish_android.yml
vendored
@@ -3,6 +3,9 @@ name: Publish Android
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-changelog:
|
||||
required: true
|
||||
type: string
|
||||
build-number:
|
||||
required: true
|
||||
type: string
|
||||
@@ -60,6 +63,11 @@ jobs:
|
||||
case 'edge':
|
||||
default: return 'internal';
|
||||
}
|
||||
|
||||
- name: Generate Changelog
|
||||
run: |
|
||||
mkdir -p ${{ github.workspace }}/android/fastlane/metadata/android/en-CA/changelogs
|
||||
echo ${{ inputs.build-changelog }} > ${{ github.workspace }}/android/fastlane/metadata/android/en-CA/changelogs/default.txt
|
||||
|
||||
- name: Deploy to Google Play Store
|
||||
working-directory: ${{ github.workspace }}/android
|
||||
|
||||
Reference in New Issue
Block a user