We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022ea78 commit d4c5ccfCopy full SHA for d4c5ccf
1 file changed
.github/workflows/build-skia.yml
@@ -109,6 +109,8 @@ jobs:
109
- name: Create Release
110
uses: softprops/action-gh-release@v2
111
with:
112
+ body: |
113
+ https://raw.githubusercontent.com/google/skia/${{ needs.build-skia.outputs.skia_branch }}/RELEASE_NOTES.md
114
tag_name: ${{ needs.build-skia.outputs.skia_branch }}${{ inputs.test_mode && '-test' || '' }}
115
name: ${{ needs.build-skia.outputs.skia_branch }}${{ inputs.test_mode && ' (Test)' || '' }}
116
draft: false
0 commit comments