Skip to content

Commit

Permalink
Actions: Fix getLatestRelease Attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterPhoenix authored May 29, 2022
1 parent c781932 commit 3a0fed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/github-script@main
with:
script: |
return octokit.rest.repos.getLatestRelease({
return github.rest.repos.getLatestRelease({
owner: context.repo.owner,
repo: context.repo.repo,
})
Expand Down

0 comments on commit 3a0fed1

Please sign in to comment.