diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5c696c..51f3288 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: ...context.repo, release_id: release.data.id, }) - await github.repos.deleteRef({ + await github.git.deleteRef({ ...context.repo, ref: "ci-test-${{ matrix.os }}", })