Skip to content

Commit 4a94f3e

Browse files
authored
Update release_notice.yml
1 parent fc4326c commit 4a94f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_notice.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# This data can be any valid JSON from a previous step in the GitHub Action
2020
payload: |
2121
{
22-
"repository": "${{ github.repository }}"
22+
"repository": "${{ github.repository }}",
2323
"tag_name": "${{ github.event.release.tag_name }}",
2424
"actor": "${{ github.actor }}",
2525
"body": ${{ toJSON(github.event.release.body) }},

0 commit comments

Comments
 (0)