Skip to content

Commit

Permalink
Add changelog to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 15, 2023
1 parent 92ee53b commit a573806
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,17 @@ jobs:
- name: Build APK
run: "flutter build apk --split-per-abi"

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Github Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/bundle/release/*.aab,build/app/outputs/flutter-apk/*.apk"
body: ${{steps.github_release.outputs.changelog}}
# tag: $GIT_TAG_NAME
# token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
#
Expand Down

0 comments on commit a573806

Please sign in to comment.