Skip to content

Commit c56b3da

Browse files
authored
Disable generation of release notes in workflow
1 parent edbe8bb commit c56b3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
tag_name: GitHub-Alpha
6363
name: GitHub-Alpha
6464
prerelease: true
65-
generate_release_notes: true
65+
generate_release_notes: false
6666
target_commitish: ${{ github.sha }}
6767
files: |
6868
StikDebug.ipa

0 commit comments

Comments
 (0)