Properly delete tag

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 07:25:57 +02:00
parent fbc34f818a
commit 8277eef782
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -62,5 +62,5 @@ jobs:
})
await github.git.deleteRef({
...context.repo,
ref: "ci-test-${{ matrix.os }}",
ref: "refs/tags/ci-test-${{ matrix.os }}",
})