Skip to content

Commit 789502a

Browse files
Enhance nightly build release notes
Add body to release note with commit information
1 parent e35d499 commit 789502a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_ipa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
tag_name: Nightly
7272
name: "Nightly Build - v${{ steps.version.outputs.app_version }}"
7373
prerelease: true
74-
generate_release_notes: true
74+
body: |
75+
Built from commit [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
7576
target_commitish: ${{ github.sha }}
7677
files: |
7778
StikDebug.ipa

0 commit comments

Comments
 (0)