Skip to content

Commit

Permalink
.data
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 6, 2023
1 parent 46b4285 commit e9e307d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
const hoge = await github.rest.repos.getLatestRelease({
owner: context.repo.owner,
repo: context.repo.repo
}).data
console.log(hoge)
})
console.log(hoge.data)
const latest_version = await github.rest.repos.getLatestRelease({
owner: context.repo.owner,
Expand Down

0 comments on commit e9e307d

Please sign in to comment.