We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d4cc6 commit 5f41cebCopy full SHA for 5f41ceb
.github/workflows/npm-release.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
github-token: ${{secrets.GITHUB_TOKEN}}
77
script: |
78
- github.repos.updateRelease({
+ github.rest.repos.updateRelease({
79
owner: context.repo.owner,
80
repo: context.repo.repo,
81
release_id: process.env.release_id,
0 commit comments