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 c0a076c commit 47761f4Copy full SHA for 47761f4
.github/workflows/custom-release-draft.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 20
27
28
- name: Install dependencies
29
- run: npm install @octokit/rest
+ run: npm install @octokit/rest @octokit/graphql
30
31
- name: Download release-notes.js
32
run: |
0 commit comments