Properly delete tag

This commit is contained in:
Sven-Hendrik Haase
2020-07-03 07:25:57 +02:00
parent fbc34f818a
commit 8277eef782

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