diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7587419..c235c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,7 @@ jobs: ...context.repo, tag: "ci-test-${{ matrix.os }}", }) - console.log(release.data) - console.log(release.data.assets) - const actual = await github.repos.getReleaseAssert({ + const actual = await github.repos.getReleaseAsset({ ...context.repo, release_id: release.data.assets[0].id, })