Skip to content

Commit

Permalink
ci: use built-in generated release notes on nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Jan 17, 2024
1 parent af709fe commit 60493ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
artifacts: "app/build/outputs/apk/release/*.apk"
name: "Nightly Build"
tag: nightly
body: |
${{ steps.build_changelog.outputs.changelog }}
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Stable release
Expand Down

0 comments on commit 60493ed

Please sign in to comment.