Skip to content

Commit 60493ed

Browse files
committed
ci: use built-in generated release notes on nightly build
1 parent af709fe commit 60493ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
artifacts: "app/build/outputs/apk/release/*.apk"
9090
name: "Nightly Build"
9191
tag: nightly
92-
body: |
93-
${{ steps.build_changelog.outputs.changelog }}
92+
generateReleaseNotes: true
9493
token: ${{ secrets.GITHUB_TOKEN }}
9594

9695
- name: Create Stable release

0 commit comments

Comments
 (0)