We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeffc6 commit ae9f7d5Copy full SHA for ae9f7d5
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
payload: |
51
{
52
- "releaseNotes": "${{ github.event.release.body }}",
+ "releaseUrl": "${{ github.event.release.html_url }}",
53
"releaseName": "${{ github.event.release.name }}"
54
}
55
env:
0 commit comments