Fix delete ref

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 05:54:12 +02:00
parent d151157326
commit 5d5ed153e8
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -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 }}",
})