Skip to content

Commit 9096c89

Browse files
Disable automatic release notes generation
1 parent 11af8d4 commit 9096c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: softprops/action-gh-release@v2
6666
if: github.ref_type == 'tag'
6767
with:
68-
generate_release_notes: true
68+
generate_release_notes: false
6969
prerelease: false
7070
files: |
7171
app/build/outputs/apk/release/*.apk

0 commit comments

Comments
 (0)