Skip to content

Commit

Permalink
fix: github-script (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey committed Apr 10, 2024
1 parent c7469d9 commit a886851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
github-token: ${{ secrets.FIREBASE_GITHUB_TOKEN }}
script: |
github.repos.merge({
github.rest.repos.merge({
owner: context.repo.owner,
repo: context.repo.repo,
base: 'master',
Expand Down

0 comments on commit a886851

Please sign in to comment.