Try that again

This commit is contained in:
Sven-Hendrik Haase
2020-07-03 07:27:02 +02:00
parent 8277eef782
commit fdd8502475

View File

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