Skip to content

Commit

Permalink
chore: release-please step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 8, 2025
1 parent a1a58ff commit fba5dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const { data: prs } = await github.pulls.list({
const { data: prs } = await github.rest.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
state: 'open',
Expand Down

0 comments on commit fba5dba

Please sign in to comment.