Try that again

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 07:27:02 +02:00
parent 8277eef782
commit fdd8502475
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: "refs/tags/ci-test-${{ matrix.os }}",
ref: "tags/ci-test-${{ matrix.os }}",
})