Skip to content

Commit 41501c4

Browse files
committed
a
1 parent 877661c commit 41501c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/github-script@v6
9292
with:
9393
script: |
94-
const releaseNotes = await github.rest.repos.generateReleaseNotes({
94+
const { data: releaseNotes } = await github.rest.repos.generateReleaseNotes({
9595
owner: context.repo.owner,
9696
repo: context.repo.repo,
9797
tag_name: "${{ steps.calculate-version.outputs.new_version }}"

0 commit comments

Comments
 (0)