Skip to content

Commit af16220

Browse files
authored
Update release_notice.yml
1 parent e3809e8 commit af16220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_notice.yml

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

0 commit comments

Comments
 (0)