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 877661c commit 41501c4Copy full SHA for 41501c4
.github/workflows/create-draft-release.yml
@@ -91,7 +91,7 @@ jobs:
91
uses: actions/github-script@v6
92
with:
93
script: |
94
- const releaseNotes = await github.rest.repos.generateReleaseNotes({
+ const { data: releaseNotes } = await github.rest.repos.generateReleaseNotes({
95
owner: context.repo.owner,
96
repo: context.repo.repo,
97
tag_name: "${{ steps.calculate-version.outputs.new_version }}"
0 commit comments