Skip to content

Commit 5f41ceb

Browse files
committed
think the github actions broke
1 parent 40d4cc6 commit 5f41ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
github-token: ${{secrets.GITHUB_TOKEN}}
7777
script: |
78-
github.repos.updateRelease({
78+
github.rest.repos.updateRelease({
7979
owner: context.repo.owner,
8080
repo: context.repo.repo,
8181
release_id: process.env.release_id,

0 commit comments

Comments
 (0)