Skip to content

Commit

Permalink
Add generateReleaseNotes flag to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 4, 2024
1 parent 4421d3c commit 37ea851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
artifacts: android/app/build/outputs/apk/release/*.apk
tag: ${{ steps.tag.outputs.tag }}
prerelease: ${{ steps.tag.outputs.prerelease }}
generateReleaseNotes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 37ea851

Please sign in to comment.