diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 647a730..7587419 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: console.log(release.data.assets) const actual = await github.repos.getReleaseAssert({ ...context.repo, - release.data.assets[0].id, + release_id: release.data.assets[0].id, }) assert.equal(expected, actual) - name: Clean up