From 7238d4307d45727e12733ef9ae744644606c0c72 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 04:52:04 +0200 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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