Skip to content

Commit

Permalink
build: update check version action
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed May 17, 2024
1 parent 29ae2fa commit 7f3cc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
result-encoding: string
script: |
const { data } = await github.repos.getLatestRelease({
const { data } = await github.rest.repos.getLatestRelease({
owner: 'v2fly',
repo: 'v2ray-core'
});
Expand Down

0 comments on commit 7f3cc26

Please sign in to comment.