Properly delete tag
This commit is contained in:
parent
fbc34f818a
commit
8277eef782
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -62,5 +62,5 @@ jobs:
|
|||||||
})
|
})
|
||||||
await github.git.deleteRef({
|
await github.git.deleteRef({
|
||||||
...context.repo,
|
...context.repo,
|
||||||
ref: "ci-test-${{ matrix.os }}",
|
ref: "refs/tags/ci-test-${{ matrix.os }}",
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user