Skip to content

Commit d4c5ccf

Browse files
committed
Release notes
1 parent 022ea78 commit d4c5ccf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-skia.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
- name: Create Release
110110
uses: softprops/action-gh-release@v2
111111
with:
112+
body: |
113+
https://raw.githubusercontent.com/google/skia/${{ needs.build-skia.outputs.skia_branch }}/RELEASE_NOTES.md
112114
tag_name: ${{ needs.build-skia.outputs.skia_branch }}${{ inputs.test_mode && '-test' || '' }}
113115
name: ${{ needs.build-skia.outputs.skia_branch }}${{ inputs.test_mode && ' (Test)' || '' }}
114116
draft: false

0 commit comments

Comments
 (0)