Skip to content

Commit a561bc0

Browse files
committed
Fix body tag typo
1 parent 7b516d1 commit a561bc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.pr.merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
-H 'Content-Type: application/json' \
7777
-d "{
7878
"tag_name": "v'$PR_VERSION'",
79-
"name": \"Release v'$PR_VERSION'",
80-
"body": \"Release notes for v'$PR_VERSION'"
79+
"name": "Release v'$PR_VERSION'",
80+
"body": "Release notes for v'$PR_VERSION'"
8181
}"
8282
8383
# TODO trigger update dependencies in other repos

0 commit comments

Comments
 (0)