Skip to content

Commit 568c393

Browse files
authored
chore: fix pr create workflow (#917)
1 parent 86df90f commit 568c393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
github-token: ${{secrets.GITHUB_TOKEN}}
130130
script: |
131-
github.pullRequest.create({
131+
github.pulls.create({
132132
owner: github.repository.owner.login,
133133
repo: github.repository.name,
134134
title: 'chore: v${{ github.event.inputs.version }}',

0 commit comments

Comments
 (0)