Skip to content

Commit 84d275c

Browse files
fix(ci): missing rest in gha-script
1 parent 2b87256 commit 84d275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
5858
script: |
59-
github.issues.removeLabel({
59+
github.rest.issues.removeLabel({
6060
owner: context.repo.owner,
6161
repo: context.repo.repo,
6262
issue_number: ${{ env.WORKFLOW_RUN_PR }},

0 commit comments

Comments
 (0)