Skip to content

Commit

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

0 comments on commit 46b4285

Please sign in to comment.